• Home
  • Raw
  • Download

Lines Matching refs:XPATH_STRING

1053         case XPATH_STRING:  in xmlXPathDebugDumpObject()
1451 case XPATH_STRING: in xmlXPathDebugObjUsageRequested()
1512 case XPATH_STRING: in xmlXPathDebugObjUsageRequested()
1605 case XPATH_STRING: in xmlXPathDebugObjUsageReleased()
1642 case XPATH_STRING: in xmlXPathDebugObjUsageReleased()
1972 ret->type = XPATH_STRING; in xmlXPathCacheWrapString()
1975 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheWrapString()
1988 ret->type = XPATH_STRING; in xmlXPathCacheWrapString()
1991 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheWrapString()
2088 ret->type = XPATH_STRING; in xmlXPathCacheNewCString()
2091 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewCString()
2102 ret->type = XPATH_STRING; in xmlXPathCacheNewCString()
2105 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewCString()
2136 ret->type = XPATH_STRING; in xmlXPathCacheNewString()
2142 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewString()
2153 ret->type = XPATH_STRING; in xmlXPathCacheNewString()
2159 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewString()
2292 case XPATH_STRING: in xmlXPathCacheConvertString()
2334 case XPATH_STRING: in xmlXPathCacheObjectCopy()
5207 ret->type = XPATH_STRING; in xmlXPathNewString()
5213 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathNewString()
5236 ret->type = XPATH_STRING; in xmlXPathWrapString()
5239 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathWrapString()
5262 ret->type = XPATH_STRING; in xmlXPathNewCString()
5265 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathNewCString()
5339 case XPATH_STRING: in xmlXPathObjectCopy()
5429 } else if (obj->type == XPATH_STRING) { in xmlXPathFreeObject()
5488 case XPATH_STRING: in xmlXPathReleaseObject()
5701 case XPATH_STRING: in xmlXPathCastToString()
5747 case XPATH_STRING: in xmlXPathConvertString()
5866 case XPATH_STRING: in xmlXPathCastToNumber()
5978 case XPATH_STRING: in xmlXPathCastToBoolean()
6622 case XPATH_STRING: in xmlXPathCompareNodeSetValue()
6904 case XPATH_STRING: in xmlXPathEqualValuesCommon()
6934 case XPATH_STRING: in xmlXPathEqualValuesCommon()
6979 case XPATH_STRING: in xmlXPathEqualValuesCommon()
6994 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7122 case XPATH_STRING: in xmlXPathEqualValues()
7207 case XPATH_STRING: in xmlXPathNotEqualValues()
8887 CHECK_TYPE(XPATH_STRING); in xmlXPathStringLengthFunction()
8915 if ((cur == NULL) || (cur->type != XPATH_STRING)) { in xmlXPathConcatFunction()
8924 if ((newobj == NULL) || (newobj->type != XPATH_STRING)) { in xmlXPathConcatFunction()
8954 CHECK_TYPE(XPATH_STRING); in xmlXPathContainsFunction()
8959 if ((hay == NULL) || (hay->type != XPATH_STRING)) { in xmlXPathContainsFunction()
8989 CHECK_TYPE(XPATH_STRING); in xmlXPathStartsWithFunction()
8994 if ((hay == NULL) || (hay->type != XPATH_STRING)) { in xmlXPathStartsWithFunction()
9066 CHECK_TYPE(XPATH_STRING); in xmlXPathSubstringFunction()
9250 CHECK_TYPE(XPATH_STRING); in xmlXPathNormalizeFunction()
9469 CHECK_TYPE(XPATH_STRING); in xmlXPathLangFunction()
10253 PUSH_LONG_EXPR(XPATH_OP_VALUE, XPATH_STRING, 0, 0, in xmlXPathCompLiteral()
14484 case XPATH_STRING: in xmlXPathEvalPredicate()
14528 case XPATH_STRING: in xmlXPathEvaluatePredicateResult()