Searched defs:query (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/bionic/
H A Dmalloc_debug_qemu.c125 * rather we keep it in the emulator, we need to query emulator for that
126 * information with TRACE_DEV_REG_QUERY_MALLOC query. The entire structure is
142 /* Id of the process that initialized libc instance, in which this query
149 /* Process ID in context of which query is made. */
152 /* Code of the allocation routine, in context of which query has been made:
160 * response to the query.
217 * query parameters. Note that 'libc_pid' field of the descriptor is used by
486 * routine - Code of the allocation routine, in context of which query is made:
495 volatile MallocDescQuery query; local
497 query
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_cache.c56 * - it takes raw DNS query packet data as input, and returns raw DNS
68 * - the implementation is just a (query-data) => (answer-data) hash table
80 * - the client calls _resolv_cache_lookup() before performing a query
145 * * 1) we've added IPv6 support so each dns query results in 2 responses
168 /* set to 1 to debug query data */
349 /* dump the content of a query of packet to the log */
384 * ID : 16 : 16-bit unique query identification field
409 * TYPE : 16 : type of query (A=1, PTR=12, MX=15, AAAA=28, ALL=255)
410 * CLASS : 16 : class of query (IN=1)
415 * TYPE : 16 : type of query (
1014 const uint8_t* query; member in struct:Entry
1105 entry_init_key( Entry* e, const void* query, int querylen ) argument
1279 _dump_query( const uint8_t* query, int querylen ) argument
1438 _resolv_cache_lookup( struct resolv_cache* cache, const void* query, int querylen, void* answer, int answersize, int *answerlen ) argument
1512 _resolv_cache_add( struct resolv_cache* cache, const void* query, int querylen, const void* answer, int answerlen ) argument
[all...]

Completed in 77 milliseconds