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

/macosx-10.9.5/libxml2-26/libxml2/
H A Drelaxng.c379 xmlRelaxNGStatesPtr *freeStates; /* the pool of free state groups */ member in struct:_xmlRelaxNGValidCtxt
1012 (ctxt->freeStates != NULL) && (ctxt->freeStatesNr > 0)) {
1014 ret = ctxt->freeStates[ctxt->freeStatesNr];
1140 if ((ctxt != NULL) && (ctxt->freeStates == NULL)) {
1143 ctxt->freeStates = (xmlRelaxNGStatesPtr *)
1145 if (ctxt->freeStates == NULL) {
1152 tmp = (xmlRelaxNGStatesPtr *) xmlRealloc(ctxt->freeStates,
1162 ctxt->freeStates = tmp;
1165 if ((ctxt == NULL) || (ctxt->freeStates == NULL)) {
1169 ctxt->freeStates[ctx
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c378 xmlRelaxNGStatesPtr *freeStates; /* the pool of free state groups */ member in struct:_xmlRelaxNGValidCtxt
1011 (ctxt->freeStates != NULL) && (ctxt->freeStatesNr > 0)) {
1013 ret = ctxt->freeStates[ctxt->freeStatesNr];
1139 if ((ctxt != NULL) && (ctxt->freeStates == NULL)) {
1142 ctxt->freeStates = (xmlRelaxNGStatesPtr *)
1144 if (ctxt->freeStates == NULL) {
1151 tmp = (xmlRelaxNGStatesPtr *) xmlRealloc(ctxt->freeStates,
1161 ctxt->freeStates = tmp;
1164 if ((ctxt == NULL) || (ctxt->freeStates == NULL)) {
1168 ctxt->freeStates[ctx
[all...]

Completed in 281 milliseconds