Home
last modified time | relevance | path

Searched refs:match_ptr (Results 1 – 25 of 36) sorted by relevance

12

/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_pcre/
H A Dpcre_match.c198 const char *match_ptr; in pcre_match() local
231 match_ptr = NULL; in pcre_match()
242 match_ptr = pattern + 2; in pcre_match()
243 match_len = cp - match_ptr; in pcre_match()
258 match_ptr = pattern; in pcre_match()
264 pattern_lookup(match_ptr, match_len, &p_pcre, &p_pcre_extra); in pcre_match()
267 if (!pattern_compile(match_ptr, match_len, match_opt, &p_pcre, &p_pcre_extra)) in pcre_match()
269 pattern_cache(match_ptr, match_len, p_pcre, p_pcre_extra); in pcre_match()
275 if (!pattern_compile(match_ptr, match_len, match_opt, &p_pcre, NULL)) in pcre_match()
/dports/textproc/the_silver_searcher/the_silver_searcher-2.2.0/src/
H A Dsearch.c60 const char *match_ptr = buf; in search_buf() local
67match_ptr = boyer_moore_strnstr(match_ptr, opts.query, buf_len - buf_offset, opts.query_len, alpha… in search_buf()
69match_ptr = hash_strnstr(match_ptr, opts.query, buf_len - buf_offset, opts.query_len, h_table, opt… in search_buf()
72match_ptr = boyer_moore_strnstr(match_ptr, opts.query, buf_len - buf_offset, opts.query_len, alpha… in search_buf()
75 if (match_ptr == NULL) { in search_buf()
80 const char *start = match_ptr; in search_buf()
81 const char *end = match_ptr + opts.query_len; in search_buf()
93 match_ptr += find_skip_lookup[0] - opts.query_len + 1; in search_buf()
94 buf_offset = match_ptr - buf; in search_buf()
101 matches[matches_len].start = match_ptr - buf; in search_buf()
[all …]
/dports/devel/str/str-0.9.12/
H A Dstr_parse.c276 const char *match_ptr; in str_parse_va() local
326 match_ptr = NULL; in str_parse_va()
352 match_ptr = pattern + 2; in str_parse_va()
353 match_len = cp - match_ptr; in str_parse_va()
370 match_ptr = pattern + 2; in str_parse_va()
371 match_len = cp2 - match_ptr; in str_parse_va()
389 match_ptr = pattern; in str_parse_va()
399 pattern_lookup(match_ptr, match_len, &p_pcre, &p_pcre_extra); in str_parse_va()
401 if (!pattern_compile(match_ptr, match_len, match_opt, &p_pcre, &p_pcre_extra)) in str_parse_va()
403 pattern_cache(match_ptr, match_len, p_pcre, p_pcre_extra); in str_parse_va()
[all …]
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/
H A Dstr_parse.c276 const char *match_ptr; in str_parse_va() local
325 match_ptr = NULL; in str_parse_va()
351 match_ptr = pattern + 2; in str_parse_va()
352 match_len = cp - match_ptr; in str_parse_va()
369 match_ptr = pattern + 2; in str_parse_va()
370 match_len = cp2 - match_ptr; in str_parse_va()
388 match_ptr = pattern; in str_parse_va()
398 pattern_lookup(match_ptr, match_len, &p_pcre, &p_pcre_extra); in str_parse_va()
400 if (!pattern_compile(match_ptr, match_len, match_opt, &p_pcre, &p_pcre_extra)) in str_parse_va()
402 pattern_cache(match_ptr, match_len, p_pcre, p_pcre_extra); in str_parse_va()
[all …]
/dports/biology/fasta/fasta/
H A Dlx_align3.c17 typedef struct mat *match_ptr; typedef
21 match_ptr next;
39 static match_ptr small_global(), global();
52 match_ptr align, ap, aq; in pro_dna()
335 static match_ptr combine(x1, x2, st) in combine()
336 match_ptr x1, x2; in combine()
339 match_ptr x;
366 match_ptr x1, x2, mm1, mm2;
375 x1 = (match_ptr) ckalloc(sizeof(match_node));
391 x1 = (match_ptr) ckalloc(sizeof(match_node));
[all …]
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dstr_search.c331 char *SearchInstanceFindStringEnd(char *match_ptr, int buflen, char *search_str, int search_len) in SearchInstanceFindStringEnd() argument
342 end = match_ptr + search_len; in SearchInstanceFindStringEnd()
346 if (memcmp(match_ptr, search_str + i, (search_len - i) ) == 0) in SearchInstanceFindStringEnd()
348 end = match_ptr + search_len - i; in SearchInstanceFindStringEnd()
H A Dstr_search.h85 …char * (*search_instance_find_end)(char *match_ptr, int buflen, char *search_str, int search_len);…
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/reductions/solvers/
H A Dcompr_matrix.py79 match_ptr = A.indptr[row_match+1]
80 match_vals = A.data[prev_match_ptr:match_ptr]
/dports/games/julius/julius-1.7.0/src/core/
H A Dzip.c277 … uint8_t *match_ptr = &buf->input_data[max_matched_bytes] + buf->analyze_index[hash_analyze_index]; in pk_implode_determine_copy() local
293 } while (&better_match_ptr[matched_bytes] < match_ptr); in pk_implode_determine_copy()
305 match_ptr = better_match_ptr + 2; in pk_implode_determine_copy()
309 } else if (&better_match_ptr[matched_bytes] != match_ptr) { in pk_implode_determine_copy()
311 match_ptr = &buf->input_data[*hash_analyze_index_ptr]; in pk_implode_determine_copy()
313 while (input_ptr[matched_bytes] == *match_ptr) { in pk_implode_determine_copy()
318 match_ptr++; in pk_implode_determine_copy()
/dports/games/augustus/augustus-3.1.0/src/core/
H A Dzip.c277 … uint8_t *match_ptr = &buf->input_data[max_matched_bytes] + buf->analyze_index[hash_analyze_index]; in pk_implode_determine_copy() local
293 } while (&better_match_ptr[matched_bytes] < match_ptr); in pk_implode_determine_copy()
305 match_ptr = better_match_ptr + 2; in pk_implode_determine_copy()
309 } else if (&better_match_ptr[matched_bytes] != match_ptr) { in pk_implode_determine_copy()
311 match_ptr = &buf->input_data[*hash_analyze_index_ptr]; in pk_implode_determine_copy()
313 while (input_ptr[matched_bytes] == *match_ptr) { in pk_implode_determine_copy()
318 match_ptr++; in pk_implode_determine_copy()
/dports/lang/clips/clips_core_source_630/core/
H A Dobjrtbld.c1262 struct patternMatch *match_before, *match_ptr; in RemoveObjectPartialMatches() local
1265 match_ptr = (struct patternMatch *) ins->partialMatchList; in RemoveObjectPartialMatches()
1270 while (match_ptr != NULL) in RemoveObjectPartialMatches()
1272 if (match_ptr->matchingPattern == phead) in RemoveObjectPartialMatches()
1277 ins->partialMatchList = (void *) match_ptr->next; in RemoveObjectPartialMatches()
1278 rtn_struct(theEnv,patternMatch,match_ptr); in RemoveObjectPartialMatches()
1283 match_before->next = match_ptr->next; in RemoveObjectPartialMatches()
1284 rtn_struct(theEnv,patternMatch,match_ptr); in RemoveObjectPartialMatches()
1285 match_ptr = match_before->next; in RemoveObjectPartialMatches()
1290 match_before = match_ptr; in RemoveObjectPartialMatches()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dparse_config.c1328 s_p_values_t **val_pptr, *val_ptr, *match_ptr; in s_p_hashtbl_merge() local
1344 match_ptr = _conf_hashtbl_lookup(to_hashtbl, in s_p_hashtbl_merge()
1346 if (match_ptr) { /* Found matching key */ in s_p_hashtbl_merge()
1347 if (match_ptr->data_count == 0) { in s_p_hashtbl_merge()
1349 match_ptr); in s_p_hashtbl_merge()
1367 s_p_values_t **val_pptr, *val_ptr, *match_ptr; in s_p_hashtbl_merge_override() local
1385 if (match_ptr) { /* Found matching key */ in s_p_hashtbl_merge_override()
1405 s_p_values_t **pp, *p, *match_ptr; in s_p_hashtbl_merge_keys() local
1415 if (match_ptr) { /* Found matching key */ in s_p_hashtbl_merge_keys()
1416 if (match_ptr->type == p->type && in s_p_hashtbl_merge_keys()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc142 const void* match_ptr = nullptr; in OpcodeEval() local
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
144 return (match_ptr != value_ptr) ? EVAL_FALSE : EVAL_TRUE; in OpcodeEval()
H A Dsandbox_policy_diagnostic.cc275 const void* match_ptr = nullptr; in GetPolicyOpcode() local
276 opcode->GetArgument(0, &match_ptr); in GetPolicyOpcode()
277 condition += base::StringPrintf("p[%d] == %p", param, match_ptr); in GetPolicyOpcode()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc142 const void* match_ptr = nullptr; in OpcodeEval() local
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
144 return (match_ptr != value_ptr) ? EVAL_FALSE : EVAL_TRUE; in OpcodeEval()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc142 const void* match_ptr = nullptr; in OpcodeEval() local
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
144 return (match_ptr != value_ptr) ? EVAL_FALSE : EVAL_TRUE; in OpcodeEval()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc138 const void* match_ptr = NULL; in OpcodeEval() local
139 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
140 return (match_ptr != value_ptr)? EVAL_FALSE : EVAL_TRUE; in OpcodeEval()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc138 const void* match_ptr = NULL; in OpcodeEval() local
139 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
140 return (match_ptr != value_ptr)? EVAL_FALSE : EVAL_TRUE; in OpcodeEval()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc142 const void* match_ptr = nullptr; in OpcodeEval() local
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
144 return (match_ptr != value_ptr) ? EVAL_FALSE : EVAL_TRUE; in OpcodeEval()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc142 const void* match_ptr = nullptr; in OpcodeEval() local
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
144 return (match_ptr != value_ptr) ? EVAL_FALSE : EVAL_TRUE; in OpcodeEval()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dpolicy_engine_opcodes.cc142 const void* match_ptr = nullptr; in OpcodeEval() local
143 opcode->GetArgument(0, &match_ptr); in OpcodeEval()
144 return (match_ptr != value_ptr) ? EVAL_FALSE : EVAL_TRUE; in OpcodeEval()
H A Dsandbox_policy_diagnostic.cc277 const void* match_ptr = nullptr; in GetPolicyOpcode() local
278 opcode->GetArgument(0, &match_ptr); in GetPolicyOpcode()
279 condition += base::StringPrintf("p[%d] == %p", param, match_ptr); in GetPolicyOpcode()
/dports/biology/fasta3/fasta-36.3.8/src/
H A Ddropfx2.c1439 typedef struct mat *match_ptr; typedef
1443 match_ptr next;
1459 static match_ptr small_global(), global();
1475 match_ptr align, ap, aq;
1818 static match_ptr
1819 combine(match_ptr x1, match_ptr x2, int st) {
1820 match_ptr x;
1841 match_ptr
1853 match_ptr x1, x2, mm1, mm2;
1969 static match_ptr
[all …]
H A Ddropfz3.c1569 typedef struct mat *match_ptr; typedef
1573 match_ptr next;
1581 static match_ptr small_global(), global();
1597 match_ptr align, ap, aq;
1913 static match_ptr
1914 combine(match_ptr x1, match_ptr x2, int st) {
1915 match_ptr x;
1936 match_ptr
1944 match_ptr x1, x2, mm1, mm2;
2051 static match_ptr
[all …]
H A Ddropfx.c1437 typedef struct mat *match_ptr; typedef
1441 match_ptr next;
1457 static match_ptr small_global(), global();
1473 match_ptr align, ap, aq;
1816 static match_ptr
1817 combine(match_ptr x1, match_ptr x2, int st) {
1818 match_ptr x;
1839 match_ptr
1851 match_ptr x1, x2, mm1, mm2;
1967 static match_ptr
[all …]

12