Lines Matching refs:XPATH_STRING
1416 case XPATH_STRING: in xmlXPathDebugDumpObject()
1819 case XPATH_STRING: in xmlXPathDebugObjUsageRequested()
1880 case XPATH_STRING: in xmlXPathDebugObjUsageRequested()
1973 case XPATH_STRING: in xmlXPathDebugObjUsageReleased()
2010 case XPATH_STRING: in xmlXPathDebugObjUsageReleased()
2340 ret->type = XPATH_STRING; in xmlXPathCacheWrapString()
2343 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheWrapString()
2356 ret->type = XPATH_STRING; in xmlXPathCacheWrapString()
2359 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheWrapString()
2461 ret->type = XPATH_STRING; in xmlXPathCacheNewCString()
2464 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewCString()
2475 ret->type = XPATH_STRING; in xmlXPathCacheNewCString()
2478 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewCString()
2509 ret->type = XPATH_STRING; in xmlXPathCacheNewString()
2515 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewString()
2526 ret->type = XPATH_STRING; in xmlXPathCacheNewString()
2532 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewString()
2665 case XPATH_STRING: in xmlXPathCacheConvertString()
2707 case XPATH_STRING: in xmlXPathCacheObjectCopy()
5291 ret->type = XPATH_STRING; in xmlXPathNewString()
5297 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathNewString()
5320 ret->type = XPATH_STRING; in xmlXPathWrapString()
5323 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathWrapString()
5346 ret->type = XPATH_STRING; in xmlXPathNewCString()
5349 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathNewCString()
5423 case XPATH_STRING: in xmlXPathObjectCopy()
5513 } else if (obj->type == XPATH_STRING) { in xmlXPathFreeObject()
5577 case XPATH_STRING: in xmlXPathReleaseObject()
5791 case XPATH_STRING: in xmlXPathCastToString()
5837 case XPATH_STRING: in xmlXPathConvertString()
5956 case XPATH_STRING: in xmlXPathCastToNumber()
6068 case XPATH_STRING: in xmlXPathCastToBoolean()
6716 case XPATH_STRING: in xmlXPathCompareNodeSetValue()
7004 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7034 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7079 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7094 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7222 case XPATH_STRING: in xmlXPathEqualValues()
7307 case XPATH_STRING: in xmlXPathNotEqualValues()
8985 CHECK_TYPE(XPATH_STRING); in xmlXPathStringLengthFunction()
9013 if ((cur == NULL) || (cur->type != XPATH_STRING)) { in xmlXPathConcatFunction()
9022 if ((newobj == NULL) || (newobj->type != XPATH_STRING)) { in xmlXPathConcatFunction()
9052 CHECK_TYPE(XPATH_STRING); in xmlXPathContainsFunction()
9057 if ((hay == NULL) || (hay->type != XPATH_STRING)) { in xmlXPathContainsFunction()
9087 CHECK_TYPE(XPATH_STRING); in xmlXPathStartsWithFunction()
9092 if ((hay == NULL) || (hay->type != XPATH_STRING)) { in xmlXPathStartsWithFunction()
9164 CHECK_TYPE(XPATH_STRING); in xmlXPathSubstringFunction()
9348 CHECK_TYPE(XPATH_STRING); in xmlXPathNormalizeFunction()
9567 CHECK_TYPE(XPATH_STRING); in xmlXPathLangFunction()
10314 PUSH_LONG_EXPR(XPATH_OP_VALUE, XPATH_STRING, 0, 0, in xmlXPathCompLiteral()
14412 case XPATH_STRING: in xmlXPathEvalPredicate()
14456 case XPATH_STRING: in xmlXPathEvaluatePredicateResult()