Home
last modified time | relevance | path

Searched defs:newcontext (Results 1 – 6 of 6) sorted by relevance

/external/pcre/src/
Dpcre2_context.c234 pcre2_general_context *newcontext = in pcre2_general_context_copy() local
246 pcre2_compile_context *newcontext = in pcre2_compile_context_copy() local
258 pcre2_match_context *newcontext = in pcre2_match_context_copy() local
270 pcre2_convert_context *newcontext = in pcre2_convert_context_copy() local
/external/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c206 CGLContextObj newcontext; in get_max_size() local
/external/python/cpython3/Include/internal/
Dpycore_importdl.h44 const char *newcontext; member
/external/selinux/libsepol/src/
Dmls.c607 uint32_t specified, context_struct_t * newcontext) in mls_compute_sid()
Dservices.c1328 newcontext) in compute_sid_handle_invalid_context()
1355 context_struct_t *scontext = 0, *tcontext = 0, newcontext; in sepol_compute_sid() local
/external/python/cpython3/Python/
Dimport.c766 _PyImport_SwapPackageContext(const char *newcontext) in _PyImport_SwapPackageContext()