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

  /src/external/bsd/kyua-cli/dist/utils/
memory.cpp 65 static const char* query_type = MEMORY_QUERY_TYPE; member in namespace:__anon6998
68 /// Value of query_type when we do not know how to query the memory.
72 /// Value of query_type when we have to use sysctlbyname(3).
152 if (std::strcmp(query_type, query_type_unknown) == 0) {
155 } else if (std::strcmp(query_type, query_type_sysctlbyname) == 0) {
160 query_type % amount);
  /src/external/bsd/nsd/dist/
query.h 31 typedef struct query query_type; typedef in typeref:struct:query
213 query_type *query_create(region_type *region,
221 query_type *query_create_with_buffer(region_type *region,
230 void query_set_buffer_data(query_type *q, void *data, size_t data_capacity);
236 void query_reset(query_type *query, size_t maxlen, int is_tcp);
241 query_state_type query_process(query_type *q, nsd_type *nsd, uint32_t *now_p);
249 void query_prepare_response(query_type *q);
254 void query_add_optional(query_type *q, nsd_type *nsd, uint32_t *now_p);
260 query_state_type query_error(query_type *q, nsd_rc_type rcode);
263 query_overflow(query_type *q
    [all...]
xfrd.h 236 uint16_t query_type; member in struct:xfrd_xfr
487 xfrd_xfr_type *xfrd_prepare_zone_xfr(xfrd_zone_type *zone, uint16_t query_type);
  /src/external/mpl/dhcp/dist/server/
dhcpleasequery.c 743 uint8_t query_type; member in struct:lq6_state
1185 lq.query_type = lq.lq_query.data [0];
1187 switch (lq.query_type) {

Completed in 23 milliseconds