HomeSort by: relevance | last modified time | path
    Searched defs:query_info (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/util/data/
msgreply.h 71 struct query_info { struct
140 * in the reply is the same as the query_info.
246 struct query_info key;
285 int query_info_parse(struct query_info* m, struct sldns_buffer* query);
289 * Fills in preallocated query_info structure (with ptr into buffer).
295 * @param qinf: query_info is returned (only on no error).
303 struct query_info* qinf, struct reply_info** rep,
322 struct alloc_cache* alloc, struct query_info* qinf,
327 struct regional* region, struct query_info* qi);
363 * @param m1: struct query_info* , void* here to ease use as function pointer
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 1772 struct query_info { struct
1773 struct query_info *next;
1785 struct query_info *qi;
1795 qi = op->o_tmpalloc( sizeof( struct query_info ), op->o_tmpmemctx );
1809 struct query_info *qi, *qnext;

Completed in 38 milliseconds