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

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 146 struct berval querystr; /* Filter string corresponding to the QT */ member in struct:query_template_s
800 if ( bvmatch( &qt->querystr, &tempstr ) ) {
3053 if ( ber_bvstrcasecmp( &qt->querystr, &tempstr ) != 0 )
3057 Debug( pcache_debug, "Entering QC, querystr = %s\n",
3930 bv.bv_len += temp->querystr.bv_len + 2;
3934 ptr = lutil_strcopy( ptr, temp->querystr.bv_val );
4287 ber_str2bv( c->argv[1], 0, 1, &temp->querystr );
4290 temp->querystr.bv_val );
4335 &temp->querystr ))
4956 free( tm->querystr.bv_val )
    [all...]

Completed in 25 milliseconds