Searched refs:nbPush (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c346 int nbPush; member in struct:_xmlRegExecCtxt
3086 if (exec->nbPush > MAX_PUSH) {
3089 exec->nbPush++;
3181 exec->nbPush = 0;
3461 if (exec->nbPush > MAX_PUSH)
3539 exec->nbPush = 0;
/external/libxml2/
H A Dxmlregexp.c350 int nbPush; member in struct:_xmlRegExecCtxt
3094 if (exec->nbPush > MAX_PUSH) {
3097 exec->nbPush++;
3189 exec->nbPush = 0;
3471 if (exec->nbPush > MAX_PUSH)
3549 exec->nbPush = 0;

Completed in 704 milliseconds