Lines Matching defs:query
28 * The number of elements in the query cache before we initiate a flush.
50 const char *query;
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 */
196 return OPENSSL_LH_strhash(a->query);
201 int res = strcmp(a->query, b->query);
536 /* This only needs to be a read lock, because the query won't create anything */
626 * Flush an element from the query cache (perhaps).
710 elem.query = prop_query;
749 elem.query = prop_query;
759 p->query = p->body;
766 memcpy((char *)p->query, prop_query, len + 1);