HomeSort by relevance Sort by last modified time
    Searched refs:XPATH_STRING (Results 1 - 11 of 11) sorted by null

  /external/libxslt/libxslt/
functions.c 194 case XPATH_STRING:
293 if (ctxt->value->type != XPATH_STRING) {
368 (ctxt->value == NULL) || (ctxt->value->type != XPATH_STRING)) {
453 if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_STRING)) {
560 if (obj->type != XPATH_STRING) {
723 if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_STRING)) {
817 if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_STRING)) {
883 if ((ctxt->value == NULL) || (ctxt->value->type != XPATH_STRING)) {
extra.c 191 if (obj->type != XPATH_STRING) {
templates.c 139 if (res->type != XPATH_STRING)
141 if (res->type == XPATH_STRING) {
xsltutils.c 1025 if (res->type != XPATH_STRING)
1041 if (res->type == XPATH_STRING) {
    [all...]
  /external/libxml2/
xpath.c 1052 case XPATH_STRING:
    [all...]
debugXML.c     [all...]
schematron.c     [all...]
xinclude.c     [all...]
xpointer.c     [all...]
  /external/libxml2/include/libxml/
xpath.h 102 XPATH_STRING = 4,
xpathInternals.h 307 if ((ctxt->value != NULL) && (ctxt->value->type != XPATH_STRING)) \

Completed in 313 milliseconds