Home
last modified time | relevance | path

Searched refs:match_data_key (Results 1 - 1 of 1) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dregex.c33 static pthread_key_t match_data_key; variable
198 value = __selinux_getspecific(match_data_key); in match_data_thread_free()
205 __selinux_key_delete(match_data_key); in match_data_thread_free()
231 __selinux_setspecific(match_data_key, in regex_match()
238 match_data = __selinux_getspecific(match_data_key); in regex_match()
301 &match_data_key, in regex_data_create()

Completed in 2 milliseconds