OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlXPathContextPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h
40
typedef xmlXPathContext *
xmlXPathContextPtr
;
374
xmlXPathContextPtr
context; /* the evaluation context */
493
XMLPUBFUN
xmlXPathContextPtr
XMLCALL
496
xmlXPathFreeContext (
xmlXPathContextPtr
ctxt);
498
xmlXPathContextSetCache(
xmlXPathContextPtr
ctxt,
509
xmlXPathContextPtr
ctx);
512
xmlXPathContextPtr
ctxt);
514
xmlXPathEvalPredicate (
xmlXPathContextPtr
ctxt,
522
xmlXPathCtxtCompile (
xmlXPathContextPtr
ctxt,
526
xmlXPathContextPtr
ctx)
[
all
...]
/external/libxml2/include/libxml/
xpath.h
40
typedef xmlXPathContext *
xmlXPathContextPtr
;
375
xmlXPathContextPtr
context; /* the evaluation context */
496
XMLPUBFUN
xmlXPathContextPtr
XMLCALL
499
xmlXPathFreeContext (
xmlXPathContextPtr
ctxt);
501
xmlXPathContextSetCache(
xmlXPathContextPtr
ctxt,
512
xmlXPathContextPtr
ctx);
515
xmlXPathContextPtr
ctxt);
517
xmlXPathEvalPredicate (
xmlXPathContextPtr
ctxt,
525
xmlXPathCtxtCompile (
xmlXPathContextPtr
ctxt,
529
xmlXPathContextPtr
ctx)
[
all
...]
Completed in 46 milliseconds