Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c302 char *ssp; /* start of string matched by subsubRE */ in dissect() local
386 ssp = sp; in dissect()
387 oldssp = ssp; in dissect()
389 sep = slow(m, ssp, rest, ssub, esub); in dissect()
390 if (sep == NULL || sep == ssp) in dissect()
392 oldssp = ssp; /* on to next try */ in dissect()
393 ssp = sep; in dissect()
397 sep = ssp; in dissect()
398 ssp = oldssp; in dissect()
401 assert(slow(m, ssp, sep, ssub, esub) == rest); in dissect()
[all …]