Home
last modified time | relevance | path

Searched refs:regfree (Results 1 - 25 of 47) sorted by relevance

12

/third_party/musl/Benchmark/musl/
H A Dlibc_regex.cpp45 regfree(&reg); in Bm_function_Regcomp()
64 regfree(&reg); in Bm_function_Regexec()
82 regfree(&reg); in Bm_function_Regall()
/third_party/alsa-lib/src/ucm/
H A Ducm_regex.c163 regfree(&re); in uc_mgr_define_regex()
174 regfree(&re); in uc_mgr_define_regex()
H A Ducm_cond.c172 regfree(&re); in if_eval_regex_match()
177 regfree(&re); in if_eval_regex_match()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c197 #undef regfree
198 PCRE2POSIX_EXP_DECL void regfree(regex_t *);
200 regfree(regex_t *preg)
H A Dpcre2posix.h170 #define regfree pcre2_regfree macro
H A Dpcre2posix_test.c202 regfree(&re); in main()
/third_party/benchmark/cmake/
H A Dposix_regex.cpp11 regfree(&re); in main()
/third_party/musl/libc-test/src/regression/
H A Dregexec-nosub.c19 regfree(&re); in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h54 void regfree(regex_t *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h54 void regfree(regex_t *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h54 void regfree(regex_t *);
/third_party/musl/include/
H A Dregex.h54 void regfree(regex_t *);
/third_party/libabigail/include/
H A Dabg-regex.h41 regfree(r); in operator ()()
/third_party/musl/libc-test/src/api/
H A Dregex.c40 {void(*p)(regex_t*) = regfree;} in f()
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-stats-print.c54 regfree(&thread_data_regex); in find_thread_in_output()
/third_party/benchmark/src/
H A Dre.h144 regfree(&re_); in ~Regex()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_structures.c65 regfree(preg); in deinit_parse_uri()
/third_party/mesa3d/src/util/
H A Dxmlconfig.c53 static inline void regfree(regex_t* r) {} in regfree() function
710 regfree(&re); in parseAppAttr()
743 regfree(&re); in parseAppAttr()
780 regfree(&re); in parseEngineAttr()
/third_party/toybox/toys/pending/
H A Dexpr.c125 regfree(&pat); in re()
H A Dman.c195 return regfree(&TT.reg); in man_main()
H A Dmdev.c125 regfree(&match); in make_device()
/third_party/glfw/src/
H A Dlinux_joystick.c383 regfree(&_glfw.linjs.regex); in _glfwTerminateJoysticksLinux()
/third_party/pulseaudio/src/modules/
H A Dmodule-match.c294 regfree(&r->regex); in pa__done()
/third_party/googletest/googletest/src/
H A Dgtest-port.cc664 // regfree'ing an invalid regex might crash because the content in ~RE()
668 regfree(&partial_regex_); in ~RE()
669 regfree(&full_regex_); in ~RE()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc708 // regfree'ing an invalid regex might crash because the content in ~RE()
712 regfree(&partial_regex_); in ~RE()
713 regfree(&full_regex_); in ~RE()

Completed in 17 milliseconds

12