• Home
  • Raw
  • Download

Lines Matching refs:XPATH_STRING

1452         case XPATH_STRING:  in xmlXPathDebugDumpObject()
1854 case XPATH_STRING: in xmlXPathDebugObjUsageRequested()
1915 case XPATH_STRING: in xmlXPathDebugObjUsageRequested()
2008 case XPATH_STRING: in xmlXPathDebugObjUsageReleased()
2045 case XPATH_STRING: in xmlXPathDebugObjUsageReleased()
2374 ret->type = XPATH_STRING; in xmlXPathCacheWrapString()
2377 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheWrapString()
2390 ret->type = XPATH_STRING; in xmlXPathCacheWrapString()
2393 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheWrapString()
2496 ret->type = XPATH_STRING; in xmlXPathCacheNewCString()
2499 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewCString()
2510 ret->type = XPATH_STRING; in xmlXPathCacheNewCString()
2513 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewCString()
2544 ret->type = XPATH_STRING; in xmlXPathCacheNewString()
2550 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewString()
2561 ret->type = XPATH_STRING; in xmlXPathCacheNewString()
2567 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewString()
2700 case XPATH_STRING: in xmlXPathCacheConvertString()
2742 case XPATH_STRING: in xmlXPathCacheObjectCopy()
5261 ret->type = XPATH_STRING; in xmlXPathNewString()
5267 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathNewString()
5290 ret->type = XPATH_STRING; in xmlXPathWrapString()
5293 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathWrapString()
5316 ret->type = XPATH_STRING; in xmlXPathNewCString()
5319 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathNewCString()
5393 case XPATH_STRING: in xmlXPathObjectCopy()
5484 } else if (obj->type == XPATH_STRING) { in xmlXPathFreeObject()
5548 case XPATH_STRING: in xmlXPathReleaseObject()
5762 case XPATH_STRING: in xmlXPathCastToString()
5808 case XPATH_STRING: in xmlXPathConvertString()
5927 case XPATH_STRING: in xmlXPathCastToNumber()
6039 case XPATH_STRING: in xmlXPathCastToBoolean()
6688 case XPATH_STRING: in xmlXPathCompareNodeSetValue()
6980 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7010 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7055 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7070 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7198 case XPATH_STRING: in xmlXPathEqualValues()
7283 case XPATH_STRING: in xmlXPathNotEqualValues()
8942 CHECK_TYPE(XPATH_STRING); in xmlXPathStringLengthFunction()
8970 if ((cur == NULL) || (cur->type != XPATH_STRING)) { in xmlXPathConcatFunction()
8979 if ((newobj == NULL) || (newobj->type != XPATH_STRING)) { in xmlXPathConcatFunction()
9009 CHECK_TYPE(XPATH_STRING); in xmlXPathContainsFunction()
9014 if ((hay == NULL) || (hay->type != XPATH_STRING)) { in xmlXPathContainsFunction()
9044 CHECK_TYPE(XPATH_STRING); in xmlXPathStartsWithFunction()
9049 if ((hay == NULL) || (hay->type != XPATH_STRING)) { in xmlXPathStartsWithFunction()
9120 CHECK_TYPE(XPATH_STRING); in xmlXPathSubstringFunction()
9279 CHECK_TYPE(XPATH_STRING); in xmlXPathNormalizeFunction()
9498 CHECK_TYPE(XPATH_STRING); in xmlXPathLangFunction()
10264 } else if (PUSH_LONG_EXPR(XPATH_OP_VALUE, XPATH_STRING, 0, 0, lit, in xmlXPathCompLiteral()
13994 case XPATH_STRING: in xmlXPathEvalPredicate()
14038 case XPATH_STRING: in xmlXPathEvaluatePredicateResult()