Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dregexndk.cpp41 int regCompValue = regcomp(&r, pstTern, REG_EXTENDED); in Regcomp() local
43 napi_create_int32(env, regCompValue, &result); in Regcomp()
55 int regCompValue = regcomp(&r, pstTern, REG_EXTENDED); in Regexec() local
56 if (regCompValue == PARAM_0) { in Regexec()