Symbol: QUERY
crypto/openssl/crypto/context.c
111
OSSL_TRACE1(QUERY, "context_init: allocating store %p\n", ctx->evp_method_store);
crypto/openssl/crypto/core_fetch.c
114
OSSL_TRACE2(QUERY,
crypto/openssl/crypto/evp/evp_fetch.c
192
OSSL_TRACE1(QUERY, "put_evp_method_in_store: original store: %p\n", store);
crypto/openssl/crypto/evp/evp_fetch.c
197
OSSL_TRACE5(QUERY,
crypto/openssl/crypto/evp/evp_fetch.c
382
OSSL_TRACE4(QUERY, "%s, Algorithm (%s : %d), Properties (%s)\n",
crypto/openssl/crypto/evp/evp_fetch.c
53
OSSL_TRACE1(QUERY, "Allocating a new tmp_store %p\n", (void *)methdata->tmp_store);
crypto/openssl/crypto/evp/evp_fetch.c
55
OSSL_TRACE1(QUERY, "Using the existing tmp_store %p\n", (void *)methdata->tmp_store);
crypto/openssl/crypto/evp/evp_fetch.c
62
OSSL_TRACE1(QUERY, "Deallocating the tmp_store %p\n", store);
crypto/openssl/crypto/property/property.c
187
static unsigned long query_hash(const QUERY *a)
crypto/openssl/crypto/property/property.c
192
static int query_cmp(const QUERY *a, const QUERY *b)
crypto/openssl/crypto/property/property.c
211
static void impl_cache_free(QUERY *elem)
crypto/openssl/crypto/property/property.c
397
OSSL_TRACE2(QUERY, "Inserted an alg with nid %d into the store %p\n", nid, (void *)store);
crypto/openssl/crypto/property/property.c
413
OSSL_TRACE_BEGIN(QUERY)
crypto/openssl/crypto/property/property.c
420
OSSL_TRACE_END(QUERY);
crypto/openssl/crypto/property/property.c
507
OSSL_TRACE_BEGIN(QUERY)
crypto/openssl/crypto/property/property.c
519
OSSL_TRACE_END(QUERY);
crypto/openssl/crypto/property/property.c
55
} QUERY;
crypto/openssl/crypto/property/property.c
57
DEFINE_LHASH_OF_EX(QUERY);
crypto/openssl/crypto/property/property.c
62
LHASH_OF(QUERY) *cache;
crypto/openssl/crypto/property/property.c
660
OSSL_TRACE2(QUERY, "Retrieving by nid %d from store %p\n", nid, (void *)store);
crypto/openssl/crypto/property/property.c
664
OSSL_TRACE2(QUERY, "Failed to retrieve by nid %d from store %p\n", nid, (void *)store);
crypto/openssl/crypto/property/property.c
667
OSSL_TRACE2(QUERY, "Retrieved by nid %d from store %p\n", nid, (void *)store);
crypto/openssl/crypto/property/property.c
741
OSSL_TRACE_BEGIN(QUERY)
crypto/openssl/crypto/property/property.c
752
OSSL_TRACE_END(QUERY);
crypto/openssl/crypto/property/property.c
785
IMPLEMENT_LHASH_DOALL_ARG(QUERY, IMPL_CACHE_FLUSH);
crypto/openssl/crypto/property/property.c
803
static void impl_cache_flush_cache(QUERY *c, IMPL_CACHE_FLUSH *state)
crypto/openssl/crypto/property/property.c
863
QUERY elem, *r;
crypto/openssl/crypto/property/property.c
894
QUERY elem, *old, *p = NULL;
crypto/openssl/crypto/property/property.c
92
LHASH_OF(QUERY) *cache;
crypto/openssl/crypto/trace.c
145
TRACE_CATEGORY_(QUERY),
crypto/openssl/test/trace_api_test.c
68
SET_EXPECTED_CAT_NAME(QUERY);
lib/libc/net/getaddrinfo.c
2757
n = res_nmkquery(res, QUERY, name, class, type, NULL, 0, NULL,
lib/libc/net/hesiod.c
358
n = res_mkquery(QUERY, name, qclass, T_TXT, NULL, 0,
lib/libc/resolv/res_mkquery.c
130
case QUERY: /*FALLTHROUGH*/
lib/libc/resolv/res_mkquery.c
143
if (op == QUERY || data == NULL)
lib/libc/resolv/res_query.c
122
n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
usr.sbin/ypserv/yp_dnslookup.c
177
n = res_mkquery(QUERY,name,C_IN,type,NULL,0,NULL,buf,sizeof(buf));