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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/acl/
gssacl.c 38 regex_matches(
199 granted = regex_matches( &gssattr->gssattr_value, bv_value.bv_val,
276 regex_matches( function
312 "=> regex_matches: string: %s\n", str );
314 "=> regex_matches: rc: %d %s\n",
gssacl.c 38 regex_matches(
199 granted = regex_matches( &gssattr->gssattr_value, bv_value.bv_val,
276 regex_matches( function
312 "=> regex_matches: string: %s\n", str );
314 "=> regex_matches: rc: %d %s\n",
gssacl.c 38 regex_matches(
199 granted = regex_matches( &gssattr->gssattr_value, bv_value.bv_val,
276 regex_matches( function
312 "=> regex_matches: string: %s\n", str );
314 "=> regex_matches: rc: %d %s\n",
  /src/external/bsd/openldap/dist/servers/slapd/
acl.c 76 static int regex_matches(
844 if ( !regex_matches( &bdn->a_pat, opndn->bv_val,
1259 if ( !regex_matches( &b->a_sockurl_pat, op->o_conn->c_listener_url.bv_val,
1298 if ( !regex_matches( &b->a_domain_pat, op->o_conn->c_peer_domain.bv_val,
1352 if ( !regex_matches( &b->a_peername_pat, op->o_conn->c_peer_name.bv_val,
1504 if ( !regex_matches( &b->a_sockname_pat, op->o_conn->c_sock_name.bv_val,
2645 regex_matches( function
2686 "=> regex_matches: string: %s\n", str );
2688 "=> regex_matches: rc: %d %s\n",
acl.c 76 static int regex_matches(
844 if ( !regex_matches( &bdn->a_pat, opndn->bv_val,
1259 if ( !regex_matches( &b->a_sockurl_pat, op->o_conn->c_listener_url.bv_val,
1298 if ( !regex_matches( &b->a_domain_pat, op->o_conn->c_peer_domain.bv_val,
1352 if ( !regex_matches( &b->a_peername_pat, op->o_conn->c_peer_name.bv_val,
1504 if ( !regex_matches( &b->a_sockname_pat, op->o_conn->c_sock_name.bv_val,
2645 regex_matches( function
2686 "=> regex_matches: string: %s\n", str );
2688 "=> regex_matches: rc: %d %s\n",
acl.c 76 static int regex_matches(
844 if ( !regex_matches( &bdn->a_pat, opndn->bv_val,
1259 if ( !regex_matches( &b->a_sockurl_pat, op->o_conn->c_listener_url.bv_val,
1298 if ( !regex_matches( &b->a_domain_pat, op->o_conn->c_peer_domain.bv_val,
1352 if ( !regex_matches( &b->a_peername_pat, op->o_conn->c_peer_name.bv_val,
1504 if ( !regex_matches( &b->a_sockname_pat, op->o_conn->c_sock_name.bv_val,
2645 regex_matches( function
2686 "=> regex_matches: string: %s\n", str );
2688 "=> regex_matches: rc: %d %s\n",

Completed in 49 milliseconds