• Home
  • Raw
  • Download

Lines Matching refs:XPATH_STRING

1424         case XPATH_STRING:  in xmlXPathDebugDumpObject()
1822 case XPATH_STRING: in xmlXPathDebugObjUsageRequested()
1883 case XPATH_STRING: in xmlXPathDebugObjUsageRequested()
1976 case XPATH_STRING: in xmlXPathDebugObjUsageReleased()
2013 case XPATH_STRING: in xmlXPathDebugObjUsageReleased()
2343 ret->type = XPATH_STRING; in xmlXPathCacheWrapString()
2346 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheWrapString()
2359 ret->type = XPATH_STRING; in xmlXPathCacheWrapString()
2362 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheWrapString()
2464 ret->type = XPATH_STRING; in xmlXPathCacheNewCString()
2467 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewCString()
2478 ret->type = XPATH_STRING; in xmlXPathCacheNewCString()
2481 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewCString()
2512 ret->type = XPATH_STRING; in xmlXPathCacheNewString()
2518 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewString()
2529 ret->type = XPATH_STRING; in xmlXPathCacheNewString()
2535 xmlXPathDebugObjUsageRequested(ctxt, XPATH_STRING); in xmlXPathCacheNewString()
2668 case XPATH_STRING: in xmlXPathCacheConvertString()
2710 case XPATH_STRING: in xmlXPathCacheObjectCopy()
5282 ret->type = XPATH_STRING; in xmlXPathNewString()
5288 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathNewString()
5311 ret->type = XPATH_STRING; in xmlXPathWrapString()
5314 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathWrapString()
5337 ret->type = XPATH_STRING; in xmlXPathNewCString()
5340 xmlXPathDebugObjUsageRequested(NULL, XPATH_STRING); in xmlXPathNewCString()
5414 case XPATH_STRING: in xmlXPathObjectCopy()
5504 } else if (obj->type == XPATH_STRING) { in xmlXPathFreeObject()
5563 case XPATH_STRING: in xmlXPathReleaseObject()
5776 case XPATH_STRING: in xmlXPathCastToString()
5822 case XPATH_STRING: in xmlXPathConvertString()
5941 case XPATH_STRING: in xmlXPathCastToNumber()
6053 case XPATH_STRING: in xmlXPathCastToBoolean()
6697 case XPATH_STRING: in xmlXPathCompareNodeSetValue()
6979 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7009 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7054 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7069 case XPATH_STRING: in xmlXPathEqualValuesCommon()
7197 case XPATH_STRING: in xmlXPathEqualValues()
7282 case XPATH_STRING: in xmlXPathNotEqualValues()
8972 CHECK_TYPE(XPATH_STRING); in xmlXPathStringLengthFunction()
9000 if ((cur == NULL) || (cur->type != XPATH_STRING)) { in xmlXPathConcatFunction()
9009 if ((newobj == NULL) || (newobj->type != XPATH_STRING)) { in xmlXPathConcatFunction()
9039 CHECK_TYPE(XPATH_STRING); in xmlXPathContainsFunction()
9044 if ((hay == NULL) || (hay->type != XPATH_STRING)) { in xmlXPathContainsFunction()
9074 CHECK_TYPE(XPATH_STRING); in xmlXPathStartsWithFunction()
9079 if ((hay == NULL) || (hay->type != XPATH_STRING)) { in xmlXPathStartsWithFunction()
9151 CHECK_TYPE(XPATH_STRING); in xmlXPathSubstringFunction()
9335 CHECK_TYPE(XPATH_STRING); in xmlXPathNormalizeFunction()
9554 CHECK_TYPE(XPATH_STRING); in xmlXPathLangFunction()
10348 PUSH_LONG_EXPR(XPATH_OP_VALUE, XPATH_STRING, 0, 0, in xmlXPathCompLiteral()
14613 case XPATH_STRING: in xmlXPathEvalPredicate()
14657 case XPATH_STRING: in xmlXPathEvaluatePredicateResult()