/**
* Lookup the zone infos and shorten name
*
- * @param csh the shorten handle
+ * @param cls the client shorten handle
+ * @param key key of the zone
+ * @param expiration expiration of record
+ * @param name name found or null if no result
+ * @param rd_count number of records found
+ * @param rd record data
+ * @param signature
*
*/
static void
/**
* Lookup the zone infos and shorten name
*
- * @param csh the shorten handle
+ * @param cls the shorten handle
+ * @param key key of the zone
+ * @param expiration expiration of record
+ * @param name name found or null if no result
+ * @param rd_count number of records found
+ * @param rd record data
+ * @param signature
*
*/
static void
/**
* Lookup the zone infos and shorten name
*
- * @param csh the shorten handle
+ * @param cls the shorten handle
+ * @param key key of the zone
+ * @param expiration expiration of record
+ * @param name name found or null if no result
+ * @param rd_count number of records found
+ * @param rd record data
+ * @param signature
*
*/
static void
/*********** END NAME SHORTEN ********************/
+/**
+ * Conclude get authority lookup
+ *
+ * @param rh resolver handle
+ * @param nah get authority lookup handle
+ */
static void
finish_get_auth (struct ResolverHandle *rh,
struct GetNameAuthorityHandle *nah)