| /src/external/bsd/openldap/dist/servers/slapd/ |
| matchedValues.c | 183 rc = value_match( &match, a->a_desc, mr, 0, 257 rc = value_match( &match, a->a_desc, mr, 0, 336 rc = value_match( &match, a->a_desc, mra->ma_rule, 0,
|
| filterentry.c | 199 rc = value_match( &ret, slap_schema.si_ad_entryDN, mra->ma_rule, 273 rc = value_match( &ret, a->a_desc, mra->ma_rule, 300 This should likely be done inside value_match(), by passing 318 rc = value_match( &ret, a->a_desc, mra->ma_rule, 366 rc = value_match( &ret, a->a_desc, mra->ma_rule, 408 rc = value_match( &ret, a->a_desc, mra->ma_rule, 505 rc = value_match( &ret, ad, mra->ma_rule, SLAP_MR_EXT, 599 rc = value_match( &match, slap_schema.si_ad_entryDN, mr, 677 ret = value_match( &match, a->a_desc, mr, use, 767 ret = value_match( &match, a->a_desc, cf_mr [all...] |
| value.c | 198 value_match( function 256 rc = value_match( &match, ad, mr, flags, 698 return value_match( match, ad, mr, flags, v1, v2, text );
|
| slapcommon.c | 1056 value_match( &match, slap_schema.si_ad_entryCSN, 1146 value_match( &match, slap_schema.si_ad_entryCSN,
|
| acl.c | 654 if (value_match( &match, desc, 1071 rc = value_match( &match, bdn->a_at, 1093 rc = value_match( &match, bdn->a_at, 1188 rc = value_match( &match, desc,
|
| attr.c | 337 rc = value_match( &match, a->a_desc, mr, flags,
|
| proto-slap.h | 1966 LDAP_SLAPD_F (int) value_match LDAP_P((
|
| syncrepl.c | 1239 value_match( &match, slap_schema.si_ad_entryCSN, 2874 value_match( &match, slap_schema.si_ad_entryCSN,
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/acl/ |
| now.c | 186 rc = value_match( &match, now->now_ad, mr, SLAP_MR_ORDERING,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genmatch.cc | 921 : operand (OP_CAPTURE, loc), where (where_), value_match (value_), 928 bool value_match; member in class:capture 1135 c->value_match); 1258 c->value_match); 1380 c->value_match)); 1430 c->value_match); 1510 replace_id (c->what, id, with), c->value_match); 1805 bool value_match; member in class:dt_operand 1811 pos (pos_), value_match (false), for_id (current_id) {} 1934 && ((as_a<dt_operand *> (n1))->value_match 4552 bool value_match = false; local 5361 capture *value_match = NULL; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 771 : operand (OP_CAPTURE, loc), where (where_), value_match (value_), 778 bool value_match; member in class:capture 985 c->value_match); 1108 c->value_match); 1230 c->value_match)); 1280 c->value_match); 1360 replace_id (c->what, id, with), c->value_match); 1655 bool value_match; member in class:dt_operand 1661 pos (pos_), value_match (false), for_id (current_id) {} 1778 && ((as_a<dt_operand *> (n1))->value_match 4319 bool value_match = false; local 5125 capture *value_match = NULL; local [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| log.c | 313 int rc = value_match( &match, mod->sm_desc, mr, 392 int rc = value_match( &match, mod->sm_desc, mr,
|
| /src/external/mpl/bind/dist/lib/isc/ |
| httpd.c | 319 value_match(const struct phr_header *header, const char *match) { function 448 if (value_match(header, "close")) { 451 if (value_match(header, "keep-alive")) { 457 if (value_match(header, "deflate")) {
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/addpartial/ |
| addpartial-overlay.c | 167 if(mr && ((r = value_match(&ret, attr->a_desc, mr,
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| bfin-parse.y | 132 value_match(expr, bits, sign, mul, 1) 134 value_match(expr, bits, sign, mul, 0) 137 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1) 138 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0) 141 (value_match (expr, 4, 0, 2, 0)) 144 (value_match (expr, 10, 0, 2, 0)) 147 (value_match (expr, 10, 0, 2, 1)) 150 (value_match (expr, 12, 0, 2, 1)) 153 (value_match (expr, 24, 0, 2, 1)) 156 static int value_match (Expr_Node *, int, int, int, int) [all...] |
| bfin-parse.c | 183 value_match(expr, bits, sign, mul, 1) 185 value_match(expr, bits, sign, mul, 0) 188 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1) 189 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0) 192 (value_match (expr, 4, 0, 2, 0)) 195 (value_match (expr, 10, 0, 2, 0)) 198 (value_match (expr, 10, 0, 2, 1)) 201 (value_match (expr, 12, 0, 2, 1)) 204 (value_match (expr, 24, 0, 2, 1)) 207 static int value_match (Expr_Node *, int, int, int, int) 7894 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) function [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| bfin-parse.y | 132 value_match(expr, bits, sign, mul, 1) 134 value_match(expr, bits, sign, mul, 0) 137 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1) 138 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0) 141 (value_match (expr, 4, 0, 2, 0)) 144 (value_match (expr, 10, 0, 2, 0)) 147 (value_match (expr, 10, 0, 2, 1)) 150 (value_match (expr, 12, 0, 2, 1)) 153 (value_match (expr, 24, 0, 2, 1)) 156 static int value_match (Expr_Node *, int, int, int, int) [all...] |
| bfin-parse.c | 183 value_match(expr, bits, sign, mul, 1) 185 value_match(expr, bits, sign, mul, 0) 188 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1) 189 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0) 192 (value_match (expr, 4, 0, 2, 0)) 195 (value_match (expr, 10, 0, 2, 0)) 198 (value_match (expr, 10, 0, 2, 1)) 201 (value_match (expr, 12, 0, 2, 1)) 204 (value_match (expr, 24, 0, 2, 1)) 207 static int value_match (Expr_Node *, int, int, int, int) 7894 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) function [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| modify.c | 111 value_match( &match, slap_schema.si_ad_structuralObjectClass,
|
| /src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| slapi_dn.c | 528 if ( value_match( &match, ad, ad->ad_type->sat_equality, 0,
|
| slapi_utils.c | 2203 rc = value_match( &ret, a->a_desc, mr,
|
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| modify.c | 125 value_match( &match, slap_schema.si_ad_structuralObjectClass,
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| pcache.c | 1359 rc = value_match(&ret, fs->f_ava->aa_desc, mrule,
|