Searched refs:boolval (Results 1 – 10 of 10) sorted by relevance
1394 if (cur->boolval) fprintf(output, "true\n"); in xmlXPathDebugDumpObject()2396 ret->boolval = 0; in xmlXPathCacheNewNodeSet()2423 ret->boolval = 0; in xmlXPathCacheNewNodeSet()2566 ret->boolval = (val != 0); in xmlXPathCacheNewBoolean()2580 ret->boolval = (val != 0); in xmlXPathCacheNewBoolean()2670 res = xmlXPathCastBooleanToString(val->boolval); in xmlXPathCacheConvertString()2712 return(xmlXPathCacheNewBoolean(ctxt, val->boolval)); in xmlXPathCacheObjectCopy()2901 ret = obj->boolval; in xmlXPathPopBoolean()2987 if (obj->boolval && obj->user != NULL) in xmlXPathPopNodeSet()4350 ret->boolval = 0; in xmlXPathNewNodeSet()[all …]
1796 xmlBoolToText(int boolval) in xmlBoolToText() argument1798 if (boolval) in xmlBoolToText()1963 xmlBoolToText(list->boolval)); in xmlShellPrintXPathResultCtxt()
1623 failed = !ret->boolval; in xmlSchematronRunTest()
2098 if (cur->boolval) printf("true"); in doXPathDump()
6948 int boolval; /* a bool to turn into text */ in test_xmlBoolToText() local6953 boolval = gen_int(n_boolval, 0); in test_xmlBoolToText()6955 ret_val = xmlBoolToText(boolval); in test_xmlBoolToText()6958 des_int(n_boolval, boolval, 0); in test_xmlBoolToText()
86 xmlBoolToText (int boolval);
117 int boolval; member
104 d boolval value like(xmlCint)
136 d boolval like(xmlCint)
474 ret = PY_IMPORT_INT((long) obj->boolval); in libxml_xmlXPathObjectPtrWrap()