Searched defs:newlocset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c12889 xmlLocationSetPtr newlocset = NULL; local
12915 newlocset = xmlXPtrLocationSetCreate(NULL);
12945 xmlXPtrLocationSetAdd(newlocset,
12969 if (newlocset->locNr > 0) {
12984 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset));
13569 xmlLocationSetPtr newlocset = NULL; local
13597 newlocset = xmlXPtrLocationSetCreate(NULL);
13626 xmlXPtrLocationSetAdd(newlocset,
13652 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset));
13820 xmlLocationSetPtr newlocset local
[all...]
/external/libxml2/
H A Dxpath.c12951 xmlLocationSetPtr newlocset = NULL; local
12977 newlocset = xmlXPtrLocationSetCreate(NULL);
13007 xmlXPtrLocationSetAdd(newlocset,
13031 if (newlocset->locNr > 0) {
13046 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset));
13638 xmlLocationSetPtr newlocset = NULL; local
13666 newlocset = xmlXPtrLocationSetCreate(NULL);
13695 xmlXPtrLocationSetAdd(newlocset,
13721 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset));
13889 xmlLocationSetPtr newlocset local
[all...]

Completed in 100 milliseconds