HomeSort by relevance Sort by last modified time
    Searched refs:mcontext (Results 1 - 12 of 12) sorted by null

  /external/pcre/dist2/src/
pcre2_context.c 182 pcre2_match_context *mcontext = PRIV(memctl_malloc)( local
184 if (mcontext == NULL) return NULL;
185 *mcontext = PRIV(default_match_context);
187 *((pcre2_memctl *)mcontext) = *((pcre2_memctl *)gcontext);
188 return mcontext;
251 pcre2_match_context_copy(pcre2_match_context *mcontext)
254 mcontext->memctl.malloc(sizeof(pcre2_real_match_context),
255 mcontext->memctl.memory_data);
257 memcpy(new, mcontext, sizeof(pcre2_real_match_context));
296 pcre2_match_context_free(pcre2_match_context *mcontext)
    [all...]
pcre2_jit_match.c 76 mcontext points to a match context
88 pcre2_match_context *mcontext)
98 (void)mcontext;
133 if (mcontext != NULL)
135 arguments.callout = mcontext->callout;
136 arguments.callout_data = mcontext->callout_data;
137 arguments.offset_limit = mcontext->offset_limit;
138 arguments.limit_match = (mcontext->match_limit < re->limit_match)?
139 mcontext->match_limit : re->limit_match;
140 if (mcontext->jit_callback != NULL
    [all...]
pcre2_jit_misc.c 159 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback,
163 (void)mcontext;
168 if (mcontext == NULL) return;
169 mcontext->jit_callback = callback;
170 mcontext->jit_callback_data = callback_data;
pcre2_substitute.c 219 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength,
257 pcre2_general_context *gcontext = (mcontext == NULL)?
259 (pcre2_general_context *)mcontext;
311 match_data, mcontext);
pcre2_jit_test.c     [all...]
pcre2_dfa_match.c     [all...]
pcre2_match.c     [all...]
  /external/v8/src/libsampler/
sampler.cc 460 mcontext_t& mcontext = ucontext->uc_mcontext; local
464 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_EIP]);
465 state->sp = reinterpret_cast<void*>(mcontext.gregs[REG_ESP]);
466 state->fp = reinterpret_cast<void*>(mcontext.gregs[REG_EBP]);
468 state->pc = reinterpret_cast<void*>(mcontext.gregs[REG_RIP]);
469 state->sp = reinterpret_cast<void*>(mcontext.gregs[REG_RSP]);
470 state->fp = reinterpret_cast<void*>(mcontext.gregs[REG_RBP]);
475 state->pc = reinterpret_cast<void*>(mcontext.gregs[R15]);
476 state->sp = reinterpret_cast<void*>(mcontext.gregs[R13]);
477 state->fp = reinterpret_cast<void*>(mcontext.gregs[R11])
    [all...]
  /external/selinux/libsepol/src/
context_record.c 236 goto mcontext;
245 goto mcontext;
270 mcontext:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2091 class mcontext(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2091 class mcontext(Structure): class in inherits:Structure
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2091 class mcontext(Structure): class in inherits:Structure
    [all...]

Completed in 446 milliseconds