OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resultstab
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/xml/
XSLTUnicodeSort.cpp
80
xmlXPathObjectPtr *
resultsTab
[XSLT_MAX_SORT];
151
resultsTab
[0] = xsltComputeSortResult(ctxt, sorts[0]);
153
resultsTab
[i] = NULL;
155
results =
resultsTab
[0];
224
if (
resultsTab
[depth] == NULL)
225
resultsTab
[depth] = xsltComputeSortResult(ctxt,
227
res =
resultsTab
[depth];
285
if (
resultsTab
[depth] == NULL)
287
res =
resultsTab
[depth];
312
if (
resultsTab
[j] != NULL)
[
all
...]
/external/libxslt/libxslt/
xsltutils.c
1089
xmlXPathObjectPtr *
resultsTab
[XSLT_MAX_SORT];
1160
resultsTab
[0] = xsltComputeSortResult(ctxt, sorts[0]);
1162
resultsTab
[i] = NULL;
1164
results =
resultsTab
[0];
1230
if (
resultsTab
[depth] == NULL)
1231
resultsTab
[depth] = xsltComputeSortResult(ctxt
[
all
...]
Completed in 272 milliseconds