Home
last modified time | relevance | path

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

/PHP-5.3/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 …]

Completed in 6 milliseconds