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

  /src/external/bsd/less/dist/
option.h 37 #define QUERY 1 /* Query (from _ or - command) */
  /src/usr.sbin/mrouted/
prune.h 76 u_int qid : 24; /* traceroute query id */
82 u_int qid : 24; /* traceroute query id */
95 u_int32_t tr_qarr; /* query arrival time */
109 #define QUERY 1
  /src/include/arpa/
nameser_compat.h 55 * Structure for query header. The order of the fields is machine- and
62 unsigned id :16; /*%< query identification number */
118 #define QUERY ns_o_query
  /src/crypto/external/apache2/openssl/dist/crypto/property/
property.c 30 * The number of elements in the query cache before we initiate a flush.
52 const char *query; member in struct:__anon347
55 } QUERY;
57 DEFINE_LHASH_OF_EX(QUERY);
62 LHASH_OF(QUERY) *cache;
82 /* query cache specific values */
84 /* Count of the query cache entries for all algs */
87 /* Flag: 1 if query cache entries for all algs need flushing */
92 LHASH_OF(QUERY) *cache;
187 static unsigned long query_hash(const QUERY *a
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property.c 28 * The number of elements in the query cache before we initiate a flush.
50 const char *query; member in struct:__anon1446
53 } QUERY;
55 DEFINE_LHASH_OF(QUERY);
60 LHASH_OF(QUERY) *cache;
80 /* query cache specific values */
82 /* Count of the query cache entries for all algs */
85 /* Flag: 1 if query cache entries for all algs need flushing */
90 LHASH_OF(QUERY) *cache;
194 static unsigned long query_hash(const QUERY *a
    [all...]
  /src/external/bsd/libbind/dist/include/arpa/
nameser_compat.h 90 * Structure for query header. The order of the fields is machine- and
97 unsigned id :16; /*%< query identification number */
153 #define QUERY ns_o_query
  /src/external/mpl/dhcp/dist/includes/arpa/
nameser_compat.h 40 * Structure for query header. The order of the fields is machine- and
47 unsigned id :16; /* query identification number */
102 #define QUERY ns_o_query
  /src/external/bsd/tcpdump/dist/
nameser.h 64 /* Number of bytes of fixed size data in query structure */
72 #define QUERY 0x0 /* standard query */
73 #define IQUERY 0x1 /* inverse query */
74 #define STATUS 0x2 /* nameserver status query */
113 #define REFUSED 5 /* query refused */
197 /* Query type values which do not appear in resource records */
220 /* Query class values which do not appear in resource records */
293 * Structure for query header.
296 nd_uint16_t id; /* query identification number *
    [all...]

Completed in 21 milliseconds