Home
last modified time | relevance | path

Searched refs:pop_pointer (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c2593 Py_LOCAL_INLINE(BOOL) pop_pointer(RE_State* state, ByteStack* stack, void** in pop_pointer() function
10156 if (!pop_pointer(state, &state->bstack, (void*)&curr_node)) in retry_fuzzy_match_item()
10259 if (!pop_pointer(state, &state->bstack, (void*)&curr_node)) in retry_fuzzy_insert()
10404 if (!pop_pointer(state, &state->bstack, (void*)&new_node)) in retry_fuzzy_match_string()
10624 if (!pop_pointer(state, &state->bstack, (void*)&new_node)) in retry_fuzzy_match_string_fld()
10867 if (!pop_pointer(state, &state->bstack, (void*)&new_node)) in retry_fuzzy_match_group_fld()
12276 if (!pop_pointer(state, &state->sstack, (void*)&outer_node)) in basic_match()
13272 if (!pop_pointer(state, &state->sstack, (void*)&return_node)) in basic_match()
15154 if (!pop_pointer(state, &state->bstack, (void*)&node)) in basic_match()
15291 if (!pop_pointer(state, &state->bstack, (void*)&node)) in basic_match()
[all …]
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c2547 Py_LOCAL_INLINE(BOOL) pop_pointer(RE_State* state, ByteStack* stack, void** in pop_pointer() function
10094 if (!pop_pointer(state, &state->bstack, (void*)&curr_node)) in retry_fuzzy_match_item()
10197 if (!pop_pointer(state, &state->bstack, (void*)&curr_node)) in retry_fuzzy_insert()
10342 if (!pop_pointer(state, &state->bstack, (void*)&new_node)) in retry_fuzzy_match_string()
10562 if (!pop_pointer(state, &state->bstack, (void*)&new_node)) in retry_fuzzy_match_string_fld()
10805 if (!pop_pointer(state, &state->bstack, (void*)&new_node)) in retry_fuzzy_match_group_fld()
12214 if (!pop_pointer(state, &state->sstack, (void*)&outer_node)) in basic_match()
13210 if (!pop_pointer(state, &state->sstack, (void*)&return_node)) in basic_match()
15092 if (!pop_pointer(state, &state->bstack, (void*)&node)) in basic_match()
15229 if (!pop_pointer(state, &state->bstack, (void*)&node)) in basic_match()
[all …]
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslang.c1260 static VOID_STAR pop_pointer (SLang_Object_Type *obj, unsigned char type) in pop_pointer() function
1389 if (NULL == (p[i] = pop_pointer (objs + i, arg_types[i]))) in execute_intrinsic_fun()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.c3416 static VOID_STAR pop_pointer (SLang_Object_Type *obj, SLtype type) in pop_pointer() function
3543 if (NULL == (p[i] = pop_pointer (objs + i, arg_types[i]))) in execute_intrinsic_fun()