HomeSort by relevance Sort by last modified time
    Searched full:maxstates (Results 1 - 4 of 4) sorted by null

  /external/libxml2/
pattern.c 146 int maxstates; member in struct:_xmlStepStates
461 if ((states->states == NULL) || (states->maxstates <= 0)) {
462 states->maxstates = 4;
466 else if (states->maxstates <= states->nbstates) {
470 2 * states->maxstates * sizeof(xmlStepState));
474 states->maxstates *= 2;
    [all...]
xmlregexp.c 255 int maxStates;
    [all...]
  /external/libxslt/libxslt/
pattern.c 79 int maxstates; member in struct:_xsltStepStates
480 if ((states->states == NULL) || (states->maxstates <= 0)) {
481 states->maxstates = 4;
485 else if (states->maxstates <= states->nbstates) {
489 2 * states->maxstates * sizeof(xsltStepState));
497 states->maxstates *= 2;
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 7716 milliseconds