Searched refs:inputStack (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c326 xmlRegInputTokenPtr inputStack;/* when operating on strings */ member in struct:_xmlRegExecCtxt
2874 if (exec->inputStack != NULL) {
2878 printf("%s ", exec->inputStack[exec->inputStackNr - (i + 1)]);
3000 exec->inputStack = NULL;
3326 exec->inputStack = NULL;
3356 if (exec->inputStack != NULL) {
3360 if (exec->inputStack[i].value != NULL)
3361 xmlFree(exec->inputStack[i].value);
3363 xmlFree(exec->inputStack);
3378 exec->inputStack
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c333 xmlRegInputTokenPtr inputStack;/* when operating on strings */ member in struct:_xmlRegExecCtxt
3025 if (exec->inputStack != NULL) {
3030 exec->inputStack[exec->inputStackNr - (i + 1)].value);
3152 exec->inputStack = NULL;
3497 exec->inputStack = NULL;
3527 if (exec->inputStack != NULL) {
3531 if (exec->inputStack[i].value != NULL)
3532 xmlFree(exec->inputStack[i].value);
3534 xmlFree(exec->inputStack);
3549 exec->inputStack
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c326 xmlRegInputTokenPtr inputStack;/* when operating on strings */ member in struct:_xmlRegExecCtxt
2874 if (exec->inputStack != NULL) {
2878 printf("%s ", exec->inputStack[exec->inputStackNr - (i + 1)]);
3000 exec->inputStack = NULL;
3326 exec->inputStack = NULL;
3356 if (exec->inputStack != NULL) {
3360 if (exec->inputStack[i].value != NULL)
3361 xmlFree(exec->inputStack[i].value);
3363 xmlFree(exec->inputStack);
3378 exec->inputStack
[all...]

Completed in 121 milliseconds