OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:docptr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
imports.c
192
xsltDocumentPtr
docptr
;
local
217
docptr
= style->includes;
218
while (
docptr
!= NULL) {
219
if (xmlStrEqual(
docptr
->doc->URL, URI)) {
224
docptr
=
docptr
->includes;
/external/libxslt/libxslt/
imports.c
192
xsltDocumentPtr
docptr
;
local
217
docptr
= style->includes;
218
while (
docptr
!= NULL) {
219
if (xmlStrEqual(
docptr
->doc->URL, URI)) {
224
docptr
=
docptr
->includes;
Completed in 110 milliseconds