match 40 lib/util/tests/strlist.c bool match = true; match 48 lib/util/tests/strlist.c match = false; match 53 lib/util/tests/strlist.c match = false; match 59 lib/util/tests/strlist.c match = false; match 62 lib/util/tests/strlist.c torture_assert(tctx, match, talloc_asprintf(tctx, match 97 lib/zlib/deflate.c local void check_match OF((deflate_state *s, IPos start, IPos match, match 1030 lib/zlib/deflate.c register Bytef *match; /* matched string */ match 1073 lib/zlib/deflate.c match = s->window + cur_match; match 1087 lib/zlib/deflate.c if (*(ushf*)(match+best_len-1) != scan_end || match 1088 lib/zlib/deflate.c *(ushf*)match != scan_start) continue; match 1099 lib/zlib/deflate.c Assert(scan[2] == match[2], "scan[2]?"); match 1100 lib/zlib/deflate.c scan++, match++; match 1102 lib/zlib/deflate.c } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && match 1103 lib/zlib/deflate.c *(ushf*)(scan+=2) == *(ushf*)(match+=2) && match 1104 lib/zlib/deflate.c *(ushf*)(scan+=2) == *(ushf*)(match+=2) && match 1105 lib/zlib/deflate.c *(ushf*)(scan+=2) == *(ushf*)(match+=2) && match 1111 lib/zlib/deflate.c if (*scan == *match) scan++; match 1118 lib/zlib/deflate.c if (match[best_len] != scan_end || match 1119 lib/zlib/deflate.c match[best_len-1] != scan_end1 || match 1120 lib/zlib/deflate.c *match != *scan || match 1121 lib/zlib/deflate.c *++match != scan[1]) continue; match 1129 lib/zlib/deflate.c scan += 2, match++; match 1130 lib/zlib/deflate.c Assert(*scan == *match, "match[2]?"); match 1136 lib/zlib/deflate.c } while (*++scan == *++match && *++scan == *++match && match 1137 lib/zlib/deflate.c *++scan == *++match && *++scan == *++match && match 1138 lib/zlib/deflate.c *++scan == *++match && *++scan == *++match && match 1139 lib/zlib/deflate.c *++scan == *++match && *++scan == *++match && match 1177 lib/zlib/deflate.c register Bytef *match; /* matched string */ match 1190 lib/zlib/deflate.c match = s->window + cur_match; match 1194 lib/zlib/deflate.c if (match[0] != scan[0] || match[1] != scan[1]) return MIN_MATCH-1; match 1202 lib/zlib/deflate.c scan += 2, match += 2; match 1203 lib/zlib/deflate.c Assert(*scan == *match, "match[2]?"); match 1209 lib/zlib/deflate.c } while (*++scan == *++match && *++scan == *++match && match 1210 lib/zlib/deflate.c *++scan == *++match && *++scan == *++match && match 1211 lib/zlib/deflate.c *++scan == *++match && *++scan == *++match && match 1212 lib/zlib/deflate.c *++scan == *++match && *++scan == *++match && match 1232 lib/zlib/deflate.c local void check_match(s, start, match, length) match 1234 lib/zlib/deflate.c IPos start, match; match 1238 lib/zlib/deflate.c if (zmemcmp(s->window + match, match 1241 lib/zlib/deflate.c start, match, length); match 1243 lib/zlib/deflate.c fprintf(stderr, "%c%c", s->window[match++], s->window[start++]); match 1248 lib/zlib/deflate.c fprintf(stderr,"\\[%d,%d]", start-match, length); match 1253 lib/zlib/deflate.c # define check_match(s, start, match, length) match 161 lib/zlib/examples/gun.c unsigned char match[65280 + 2]; /* buffer for reversed match or gzip match 320 lib/zlib/examples/gun.c match[stack++] = (unsigned char)final; match 326 lib/zlib/examples/gun.c match[stack++] = suffix[code]; match 329 lib/zlib/examples/gun.c match[stack++] = (unsigned char)code; match 345 lib/zlib/examples/gun.c outbuf[outcnt++] = match[--stack]; match 353 lib/zlib/examples/gun.c outbuf[outcnt++] = match[--stack]; match 630 lib/zlib/examples/gun.c window = match; /* reuse LZW match buffer */ match 1844 source3/client/client.c const char *expression, bool match) match 1869 source3/client/client.c if (!match || !gen_fnmatch(expression, dname)) { match 217 source3/lib/access.c bool match = false; match 235 source3/lib/access.c if ((match = (*match_fn) (*list, item))) { match 242 source3/lib/access.c if (match != false) { match 255 source3/lib/access.c return match; match 627 source3/lib/ldb/include/ldb.h } match; match 286 source3/lib/ldb/tools/cmdline.c control->match.gtOrEq.value = talloc_strdup(control, attr); match 287 source3/lib/ldb/tools/cmdline.c control->match.gtOrEq.value_len = strlen(attr); match 290 source3/lib/ldb/tools/cmdline.c control->match.byOffset.offset = os; match 291 source3/lib/ldb/tools/cmdline.c control->match.byOffset.contentCount = cc; match 146 source3/modules/onefs_acl.c DOM_SID match; match 157 source3/modules/onefs_acl.c if (string_to_sid(&match, *sid_list)) match 158 source3/modules/onefs_acl.c if (sid_equal(sid, &match)) match 247 source3/smbd/chgpasswd.c bool match = False; match 291 source3/smbd/chgpasswd.c if ((match = unix_wild_match(expected, str)) == True) { match 301 source3/smbd/chgpasswd.c expected, buffer, match ? "yes" : "no" )); match 303 source3/smbd/chgpasswd.c if (match) match 312 source3/smbd/chgpasswd.c DEBUG(10,("expect: returning %s\n", match ? "True" : "False" )); match 313 source3/smbd/chgpasswd.c return match; match 45 source3/torture/masktest.c if (strcmp(p,"?")==0 && strcmp(n,".")==0) goto match; match 62 source3/torture/masktest.c if (! n[1] && ms_fnmatch_lanman_core(p, n+1) == 0) goto match; match 63 source3/torture/masktest.c if (ms_fnmatch_lanman_core(p, n) == 0) goto match; match 71 source3/torture/masktest.c if (! *p) goto match; match 73 source3/torture/masktest.c if (ms_fnmatch_lanman_core(p, n) == 0) goto match; match 79 source3/torture/masktest.c if (ms_fnmatch_lanman_core(p, n) == 0) goto match; match 88 source3/torture/masktest.c if (*n == 0 && ms_fnmatch_lanman_core(p, n) == 0) goto match; match 99 source3/torture/masktest.c if (! *n) goto match; match 106 source3/torture/masktest.c if (ms_fnmatch_lanman_core(p, n) == 0) goto match; match 109 source3/torture/masktest.c match: match 49 source3/utils/net_rpc_shell.c bool match = (strncmp(text, c->name, strlen(text)) == 0); match 51 source3/utils/net_rpc_shell.c if (match) { match 582 source3/winbindd/winbindd.c struct winbindd_fd_event *match; match 586 source3/winbindd/winbindd.c for (match=fd_events; match; match=match->next ) { match 588 source3/winbindd/winbindd.c SMB_ASSERT( match != ev ); match 590 source3/winbindd/winbindd.c if ( match == ev ) match 1338 source4/client/client.c const char *expression, bool match) match 1361 source4/client/client.c if (!match || !gen_fnmatch(expression, dname)) { match 71 source4/dsdb/samdb/ldb_modules/anr.c const char *attr, const DATA_BLOB *match) match 95 source4/dsdb/samdb/ldb_modules/anr.c match_tree->u.substring.chunks[0] = match; match 100 source4/dsdb/samdb/ldb_modules/anr.c match_tree->u.equality.value = *match; match 122 source4/dsdb/samdb/ldb_modules/anr.c const struct ldb_val *match, match 144 source4/dsdb/samdb/ldb_modules/anr.c if (match->length > 1 && match->data[0] == '=') { match 146 source4/dsdb/samdb/ldb_modules/anr.c *match2 = data_blob_const(match->data+1, match->length - 1); match 151 source4/dsdb/samdb/ldb_modules/anr.c match = match2; match 158 source4/dsdb/samdb/ldb_modules/anr.c match_tree = make_match_tree(module, mem_ctx, op, cur->lDAPDisplayName, match); match 176 source4/dsdb/samdb/ldb_modules/anr.c p = memchr(match->data, ' ', match->length); match 186 source4/dsdb/samdb/ldb_modules/anr.c *first_match = data_blob_const(match->data, p-match->data); match 187 source4/dsdb/samdb/ldb_modules/anr.c *second_match = data_blob_const(p+1, match->length - (p-match->data) - 1); match 505 source4/dsdb/samdb/ldb_modules/partition.c bool match = false, stop = false; match 518 source4/dsdb/samdb/ldb_modules/partition.c match = true; match 523 source4/dsdb/samdb/ldb_modules/partition.c if (!match && match 526 source4/dsdb/samdb/ldb_modules/partition.c match = true; match 528 source4/dsdb/samdb/ldb_modules/partition.c if (!match && match 530 source4/dsdb/samdb/ldb_modules/partition.c match = true; match 533 source4/dsdb/samdb/ldb_modules/partition.c if (match) { match 1244 source4/heimdal/kdc/pkinit.c krb5_const_principal match) match 1281 source4/heimdal/kdc/pkinit.c if (krb5_principal_compare(context, &principal, match) == TRUE) match 1302 source4/heimdal/kdc/pkinit.c krb5_const_principal match) match 1346 source4/heimdal/kdc/pkinit.c if (krb5_principal_compare(context, principal, match) == TRUE) match 47 source4/heimdal/lib/gssapi/krb5/compat.c krb5_principal match; match 55 source4/heimdal/lib/gssapi/krb5/compat.c match = NULL; match 57 source4/heimdal/lib/gssapi/krb5/compat.c ret = krb5_parse_name(context, *q, &match); match 61 source4/heimdal/lib/gssapi/krb5/compat.c if (krb5_principal_match(context, name, match)) { match 66 source4/heimdal/lib/gssapi/krb5/compat.c krb5_free_principal(context, match); match 67 source4/heimdal/lib/gssapi/krb5/compat.c match = NULL; match 69 source4/heimdal/lib/gssapi/krb5/compat.c if (match) match 70 source4/heimdal/lib/gssapi/krb5/compat.c krb5_free_principal(context, match); match 107 source4/heimdal/lib/gssapi/krb5/copy_ccache.c krb5_boolean match; match 109 source4/heimdal/lib/gssapi/krb5/copy_ccache.c match = krb5_principal_compare(context, match 112 source4/heimdal/lib/gssapi/krb5/copy_ccache.c if (match == FALSE) { match 996 source4/heimdal/lib/hx509/cert.c q.match = HX509_QUERY_MATCH_CERTIFICATE; match 1050 source4/heimdal/lib/hx509/cert.c q.match |= HX509_QUERY_FIND_ISSUER_CERT; match 1069 source4/heimdal/lib/hx509/cert.c q.match = HX509_QUERY_MATCH_SUBJECT_KEY_ID; match 1073 source4/heimdal/lib/hx509/cert.c q.match |= HX509_QUERY_NO_MATCH_PATH; match 1077 source4/heimdal/lib/hx509/cert.c q.match |= HX509_QUERY_MATCH_TIME; match 1084 source4/heimdal/lib/hx509/cert.c q.match &= ~HX509_QUERY_MATCH_TIME; match 1661 source4/heimdal/lib/hx509/cert.c match_general_name(const GeneralName *c, const GeneralName *n, int *match) match 1677 source4/heimdal/lib/hx509/cert.c *match = 1; match 1699 source4/heimdal/lib/hx509/cert.c *match = 1; match 1713 source4/heimdal/lib/hx509/cert.c *match = 1; match 1732 source4/heimdal/lib/hx509/cert.c *match = 1; match 1745 source4/heimdal/lib/hx509/cert.c int *same, int *match) match 1762 source4/heimdal/lib/hx509/cert.c ret = match_general_name(n, &sa.val[j], match); match 1772 source4/heimdal/lib/hx509/cert.c match_tree(const GeneralSubtrees *t, const Certificate *c, int *match) match 1778 source4/heimdal/lib/hx509/cert.c name = alt_name = same = *match = 0; match 1812 source4/heimdal/lib/hx509/cert.c *match = 1; match 1821 source4/heimdal/lib/hx509/cert.c int match, ret; match 1829 source4/heimdal/lib/hx509/cert.c ret = match_tree(&gs, c, &match); match 1835 source4/heimdal/lib/hx509/cert.c if (match == 0 && !subject_null_p(c)) { match 1845 source4/heimdal/lib/hx509/cert.c ret = match_tree(&gs, c, &match); match 1850 source4/heimdal/lib/hx509/cert.c if (match) { match 2582 source4/heimdal/lib/hx509/cert.c q->match |= HX509_QUERY_PRIVATE_KEY; match 2585 source4/heimdal/lib/hx509/cert.c q->match |= HX509_QUERY_KU_ENCIPHERMENT; match 2588 source4/heimdal/lib/hx509/cert.c q->match |= HX509_QUERY_KU_DIGITALSIGNATURE; match 2591 source4/heimdal/lib/hx509/cert.c q->match |= HX509_QUERY_KU_KEYCERTSIGN; match 2644 source4/heimdal/lib/hx509/cert.c q->match |= HX509_QUERY_MATCH_SERIALNUMBER|HX509_QUERY_MATCH_ISSUER_NAME; match 2667 source4/heimdal/lib/hx509/cert.c q->match |= HX509_QUERY_MATCH_FRIENDLY_NAME; match 2695 source4/heimdal/lib/hx509/cert.c q->match &= ~HX509_QUERY_MATCH_EKU; match 2710 source4/heimdal/lib/hx509/cert.c q->match |= HX509_QUERY_MATCH_EKU; match 2724 source4/heimdal/lib/hx509/cert.c q->match &= ~HX509_QUERY_MATCH_EXPR; match 2728 source4/heimdal/lib/hx509/cert.c q->match |= HX509_QUERY_MATCH_EXPR; match 2753 source4/heimdal/lib/hx509/cert.c q->match |= HX509_QUERY_MATCH_FUNCTION; match 2755 source4/heimdal/lib/hx509/cert.c q->match &= ~HX509_QUERY_MATCH_FUNCTION; match 2805 source4/heimdal/lib/hx509/cert.c if ((q->match & HX509_QUERY_FIND_ISSUER_CERT) && match 2809 source4/heimdal/lib/hx509/cert.c if ((q->match & HX509_QUERY_MATCH_CERTIFICATE) && match 2813 source4/heimdal/lib/hx509/cert.c if ((q->match & HX509_QUERY_MATCH_SERIALNUMBER) match 2817 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_MATCH_ISSUER_NAME) { match 2823 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_MATCH_SUBJECT_NAME) { match 2829 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_MATCH_SUBJECT_KEY_ID) { match 2841 source4/heimdal/lib/hx509/cert.c if ((q->match & HX509_QUERY_MATCH_ISSUER_ID)) match 2843 source4/heimdal/lib/hx509/cert.c if ((q->match & HX509_QUERY_PRIVATE_KEY) && match 2849 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_KU_DIGITALSIGNATURE) match 2851 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_KU_NONREPUDIATION) match 2853 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_KU_ENCIPHERMENT) match 2855 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_KU_DATAENCIPHERMENT) match 2857 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_KU_KEYAGREEMENT) match 2859 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_KU_KEYCERTSIGN) match 2861 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_KU_CRLSIGN) match 2866 source4/heimdal/lib/hx509/cert.c if ((q->match & HX509_QUERY_ANCHOR)) match 2869 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_MATCH_LOCAL_KEY_ID) { match 2879 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_NO_MATCH_PATH) { match 2886 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_MATCH_FRIENDLY_NAME) { match 2893 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_MATCH_FUNCTION) { match 2899 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_MATCH_KEY_HASH_SHA1) { match 2915 source4/heimdal/lib/hx509/cert.c if (q->match & HX509_QUERY_MATCH_TIME) { match 2926 source4/heimdal/lib/hx509/cert.c if ((q->match & HX509_QUERY_MATCH_EKU) && match 2930 source4/heimdal/lib/hx509/cert.c if ((q->match & HX509_QUERY_MATCH_EXPR)) { match 2943 source4/heimdal/lib/hx509/cert.c if (q->match & ~HX509_QUERY_MASK) match 2976 source4/heimdal/lib/hx509/cert.c fprintf(f, "%d %d\n", type, q->match); match 265 source4/heimdal/lib/hx509/cms.c int match) match 281 source4/heimdal/lib/hx509/cms.c q.match = HX509_QUERY_MATCH_SERIALNUMBER|HX509_QUERY_MATCH_ISSUER_NAME; match 285 source4/heimdal/lib/hx509/cms.c q.match = HX509_QUERY_MATCH_SUBJECT_KEY_ID; match 293 source4/heimdal/lib/hx509/cms.c q.match |= match; match 295 source4/heimdal/lib/hx509/cms.c q.match |= HX509_QUERY_MATCH_TIME; match 189 source4/heimdal/lib/hx509/collector.c q.match |= HX509_QUERY_MATCH_LOCAL_KEY_ID; match 113 source4/heimdal/lib/hx509/hx_locl.h int match; match 189 source4/heimdal/lib/hx509/revoke.c q.match = HX509_QUERY_MATCH_ISSUER_NAME; match 194 source4/heimdal/lib/hx509/revoke.c q.match |= HX509_QUERY_MATCH_SUBJECT_NAME; match 198 source4/heimdal/lib/hx509/revoke.c q.match |= HX509_QUERY_MATCH_KEY_HASH_SHA1; match 497 source4/heimdal/lib/hx509/revoke.c q.match = HX509_QUERY_MATCH_SUBJECT_NAME; match 498 source4/heimdal/lib/hx509/revoke.c q.match |= HX509_QUERY_KU_CRLSIGN; match 531 source4/heimdal/lib/hx509/revoke.c q.match = HX509_QUERY_MATCH_SUBJECT_NAME; match 532 source4/heimdal/lib/hx509/revoke.c q.match |= HX509_QUERY_KU_CRLSIGN; match 889 source4/heimdal/lib/hx509/revoke.c q.match |= HX509_QUERY_FIND_ISSUER_CERT; match 1090 source4/heimdal/lib/krb5/cache.c krb5_boolean match; match 1092 source4/heimdal/lib/krb5/cache.c match = krb5_principal_compare(context, principal, client); match 1094 source4/heimdal/lib/krb5/cache.c if (match) match 217 source4/heimdal/lib/krb5/creds.c krb5_boolean match = TRUE; match 219 source4/heimdal/lib/krb5/creds.c if (match && mcreds->server) { match 221 source4/heimdal/lib/krb5/creds.c match = krb5_principal_compare_any_realm (context, mcreds->server, match 224 source4/heimdal/lib/krb5/creds.c match = krb5_principal_compare (context, mcreds->server, match 228 source4/heimdal/lib/krb5/creds.c if (match && mcreds->client) { match 230 source4/heimdal/lib/krb5/creds.c match = krb5_principal_compare_any_realm (context, mcreds->client, match 233 source4/heimdal/lib/krb5/creds.c match = krb5_principal_compare (context, mcreds->client, match 237 source4/heimdal/lib/krb5/creds.c if (match && (whichfields & KRB5_TC_MATCH_KEYTYPE)) match 238 source4/heimdal/lib/krb5/creds.c match = krb5_enctypes_compatible_keys(context, match 242 source4/heimdal/lib/krb5/creds.c if (match && (whichfields & KRB5_TC_MATCH_FLAGS_EXACT)) match 243 source4/heimdal/lib/krb5/creds.c match = mcreds->flags.i == creds->flags.i; match 245 source4/heimdal/lib/krb5/creds.c if (match && (whichfields & KRB5_TC_MATCH_FLAGS)) match 246 source4/heimdal/lib/krb5/creds.c match = (creds->flags.i & mcreds->flags.i) == mcreds->flags.i; match 248 source4/heimdal/lib/krb5/creds.c if (match && (whichfields & KRB5_TC_MATCH_TIMES_EXACT)) match 249 source4/heimdal/lib/krb5/creds.c match = krb5_times_equal(&mcreds->times, &creds->times); match 251 source4/heimdal/lib/krb5/creds.c if (match && (whichfields & KRB5_TC_MATCH_TIMES)) match 253 source4/heimdal/lib/krb5/creds.c match = (mcreds->times.renew_till <= creds->times.renew_till) && match 256 source4/heimdal/lib/krb5/creds.c if (match && (whichfields & KRB5_TC_MATCH_AUTHDATA)) { match 259 source4/heimdal/lib/krb5/creds.c match = FALSE; match 261 source4/heimdal/lib/krb5/creds.c for(i = 0; match && i < mcreds->authdata.len; i++) match 262 source4/heimdal/lib/krb5/creds.c match = (mcreds->authdata.val[i].ad_type == match 267 source4/heimdal/lib/krb5/creds.c if (match && (whichfields & KRB5_TC_MATCH_2ND_TKT)) match 268 source4/heimdal/lib/krb5/creds.c match = (krb5_data_cmp(&mcreds->second_ticket, &creds->second_ticket) == 0); match 270 source4/heimdal/lib/krb5/creds.c if (match && (whichfields & KRB5_TC_MATCH_IS_SKEY)) match 271 source4/heimdal/lib/krb5/creds.c match = ((mcreds->second_ticket.length == 0) == match 274 source4/heimdal/lib/krb5/creds.c return match; match 209 source4/lib/ldb/common/ldb_controls.c control->match.gtOrEq.value = talloc_strdup(control, attr); match 210 source4/lib/ldb/common/ldb_controls.c control->match.gtOrEq.value_len = strlen(attr); match 213 source4/lib/ldb/common/ldb_controls.c control->match.byOffset.offset = os; match 214 source4/lib/ldb/common/ldb_controls.c control->match.byOffset.contentCount = cc; match 641 source4/lib/ldb/include/ldb.h } match; match 136 source4/lib/socket/access.c bool match; match 144 source4/lib/socket/access.c if ((match = string_match(mem_ctx, tok, client->caddr, &invalid_char)) == 0) { match 150 source4/lib/socket/access.c match = string_match(mem_ctx, tok, client->cname, &invalid_char); match 157 source4/lib/socket/access.c return (match); match 163 source4/lib/socket/access.c bool match = false; match 178 source4/lib/socket/access.c if ((match = client_match(mem_ctx, *list, client))) /* true or FAIL */ match 183 source4/lib/socket/access.c if (match != false) { match 193 source4/lib/socket/access.c return match; match 517 source4/libcli/ldap/ldap_controls.c if (!asn1_read_Integer(data, &(lvrc->match.byOffset.offset))) { match 521 source4/libcli/ldap/ldap_controls.c if (!asn1_read_Integer(data, &(lvrc->match.byOffset.contentCount))) { match 544 source4/libcli/ldap/ldap_controls.c lvrc->match.gtOrEq.value_len = assertion_value.length; match 545 source4/libcli/ldap/ldap_controls.c if (lvrc->match.gtOrEq.value_len) { match 546 source4/libcli/ldap/ldap_controls.c lvrc->match.gtOrEq.value = talloc_memdup(lvrc, assertion_value.data, assertion_value.length); match 548 source4/libcli/ldap/ldap_controls.c if (!(lvrc->match.gtOrEq.value)) { match 552 source4/libcli/ldap/ldap_controls.c lvrc->match.gtOrEq.value = NULL; match 1005 source4/libcli/ldap/ldap_controls.c if (!asn1_write_Integer(data, lvrc->match.byOffset.offset)) { match 1009 source4/libcli/ldap/ldap_controls.c if (!asn1_write_Integer(data, lvrc->match.byOffset.contentCount)) { match 1025 source4/libcli/ldap/ldap_controls.c if (!asn1_write_OctetString(data, lvrc->match.gtOrEq.value, lvrc->match.gtOrEq.value_len)) { match 616 source4/nbt_server/wins/winsserver.c uint32_t i, j, match=0; match 624 source4/nbt_server/wins/winsserver.c match += 8; match 627 source4/nbt_server/wins/winsserver.c if (i==4) return match; match 632 source4/nbt_server/wins/winsserver.c match++; match 635 source4/nbt_server/wins/winsserver.c return match;