Home
last modified time | relevance | path

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

/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c31 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ member
135 p->pbegin[i] = 0;
258 p->pbegin[subno] = HERE();
478 p->pbegin[subno] = HERE();
508 assert(p->pbegin[i] != 0);
509 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN);
511 (void) dupl(p, p->pbegin[i]+1, p->pend[i]);
1416 if (p->pbegin[i] >= pos) {
1417 p->pbegin[i]++;
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c48768 int addr, pbegin, hdr;
48798 while( (pbegin = get2byte(&data[addr]))<start && pbegin>0 ){
48799 if( pbegin<addr+4 ){
48802 addr = pbegin;
48804 if( pbegin>iLast ){
48807 assert( pbegin>addr || pbegin==0 );
48809 put2byte(&data[start], pbegin);
48817 assert( pbegin>addr );
48828 put2byte(&data[pbegin], x);
48830 put2byte(&data[pbegin+2], x);
[all …]

Completed in 258 milliseconds