Home
last modified time | relevance | path

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

/PHP-5.5/ext/ereg/regex/
H A Dengine.c40 unsigned char **lastpos; /* [nplus+1] */ member
110 m->lastpos = NULL;
158 if (g->nplus > 0 && m->lastpos == NULL)
159 m->lastpos = (unsigned char **)malloc((g->nplus+1) *
161 if (g->nplus > 0 && m->lastpos == NULL) {
174 assert(g->nplus == 0 || m->lastpos != NULL);
220 if (m->lastpos != NULL)
221 free((char *)m->lastpos);
549 assert(m->lastpos != NULL);
551 m->lastpos[lev+1] = sp;
[all …]
/PHP-5.5/ext/standard/
H A Dstring.c3072 lastpos = L(text) - d->m; local
3075 while (pos <= lastpos) {

Completed in 24 milliseconds