Searched refs:query (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/dns/include/
H A Dresolv_cache.h45 RESOLV_CACHE_NOTFOUND, /* the cache doesn't know about this query */
52 const void* query,
58 /* add a (query,answer) to the cache, only call if _resolv_cache_lookup
64 const void* query,
73 const void* query,
/bionic/libc/dns/resolv/
H A Dres_debug.h25 # define DprintQ(cond, args, query, size) /*empty*/
30 # define DprintQ(cond, args, query, size) if (cond) {\
32 res_pquery(statp, query, size, stdout);\
H A Dres_cache.c57 * - it takes raw DNS query packet data as input, and returns raw DNS
69 * - the implementation is just a (query-data) => (answer-data) hash table
81 * - the client calls _resolv_cache_lookup() before performing a query
130 * * 1) we've added IPv6 support so each dns query results in 2 responses
152 /* set to 1 to debug query data */
332 /* dump the content of a query of packet to the log */
367 * ID : 16 : 16-bit unique query identification field
392 * TYPE : 16 : type of query (A=1, PTR=12, MX=15, AAAA=28, ALL=255)
393 * CLASS : 16 : class of query (IN=1)
398 * TYPE : 16 : type of query (
993 const uint8_t* query; member in struct:Entry
1140 entry_init_key( Entry* e, const void* query, int querylen ) argument
1338 _resolv_cache_query_failed( unsigned netid, const void* query, int querylen) argument
1425 _dump_query( const uint8_t* query, int querylen ) argument
1606 _resolv_cache_lookup( unsigned netid, const void* query, int querylen, void* answer, int answersize, int *answerlen ) argument
1696 _resolv_cache_add( unsigned netid, const void* query, int querylen, const void* answer, int answerlen ) argument
[all...]
/bionic/libc/kernel/uapi/linux/
H A Duvcvideo.h67 __u8 query; member in struct:uvc_xu_control_query
/bionic/libc/bionic/
H A Dmalloc_debug_qemu.cpp126 * rather we keep it in the emulator, we need to query emulator for that
127 * information with TRACE_DEV_REG_QUERY_MALLOC query. The entire structure is
143 /* Id of the process that initialized libc instance, in which this query
150 /* Process ID in context of which query is made. */
153 /* Code of the allocation routine, in context of which query has been made:
161 * response to the query.
218 * query parameters. Note that 'libc_pid' field of the descriptor is used by
470 * routine - Code of the allocation routine, in context of which query is made:
477 volatile MallocDescQuery query; local
479 query
[all...]

Completed in 296 milliseconds