Searched refs:match_eo (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 194 regoff_t match_eo = -1; /* end offset of match (-1 if no match found yet) */ in tre_tnfa_run_parallel() local 274 if (match_eo < 0) in tre_tnfa_run_parallel() 301 match_eo = pos; in tre_tnfa_run_parallel() 415 && (match_eo == -1 in tre_tnfa_run_parallel() 419 match_eo = pos; in tre_tnfa_run_parallel() 442 match_eo = pos; in tre_tnfa_run_parallel() 456 *match_end_ofs = match_eo; in tre_tnfa_run_parallel() 457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel() 619 regoff_t match_eo in tre_tnfa_run_backtrack() local 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo) tre_fill_pmatch() argument [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 194 regoff_t match_eo = -1; /* end offset of match (-1 if no match found yet) */ in tre_tnfa_run_parallel() local 274 if (match_eo < 0) in tre_tnfa_run_parallel() 301 match_eo = pos; in tre_tnfa_run_parallel() 415 && (match_eo == -1 in tre_tnfa_run_parallel() 419 match_eo = pos; in tre_tnfa_run_parallel() 442 match_eo = pos; in tre_tnfa_run_parallel() 456 *match_end_ofs = match_eo; in tre_tnfa_run_parallel() 457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel() 619 regoff_t match_eo in tre_tnfa_run_backtrack() local 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo) tre_fill_pmatch() argument [all...] |
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 194 regoff_t match_eo = -1; /* end offset of match (-1 if no match found yet) */ in tre_tnfa_run_parallel() local 274 if (match_eo < 0) in tre_tnfa_run_parallel() 301 match_eo = pos; in tre_tnfa_run_parallel() 415 && (match_eo == -1 in tre_tnfa_run_parallel() 419 match_eo = pos; in tre_tnfa_run_parallel() 442 match_eo = pos; in tre_tnfa_run_parallel() 456 *match_end_ofs = match_eo; in tre_tnfa_run_parallel() 457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel() 619 regoff_t match_eo in tre_tnfa_run_backtrack() local 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo) tre_fill_pmatch() argument [all...] |
/third_party/musl/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 194 regoff_t match_eo = -1; /* end offset of match (-1 if no match found yet) */ in tre_tnfa_run_parallel() local 274 if (match_eo < 0) in tre_tnfa_run_parallel() 301 match_eo = pos; in tre_tnfa_run_parallel() 415 && (match_eo == -1 in tre_tnfa_run_parallel() 419 match_eo = pos; in tre_tnfa_run_parallel() 442 match_eo = pos; in tre_tnfa_run_parallel() 456 *match_end_ofs = match_eo; in tre_tnfa_run_parallel() 457 ret = match_eo >= 0 ? REG_OK : REG_NOMATCH; in tre_tnfa_run_parallel() 619 regoff_t match_eo in tre_tnfa_run_backtrack() local 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo) tre_fill_pmatch() argument [all...] |
Completed in 5 milliseconds