OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fullname
(Results
51 - 52
of
52
) sorted by null
1
2
3
/external/libxml2/
parser.c
1093
* @
fullname
: the element
fullname
1094
* @fullattr: the attribute
fullname
1101
const xmlChar *
fullname
,
1113
if (xmlHashLookup2(ctxt->attsSpecial,
fullname
, fullattr) != NULL)
1127
name = xmlSplitQName3(
fullname
, &len);
1129
name = xmlDictLookup(ctxt->dict,
fullname
, -1);
1133
prefix = xmlDictLookup(ctxt->dict,
fullname
, len);
[
all
...]
xpath.c
8716
xmlChar *
fullname
;
local
[
all
...]
Completed in 608 milliseconds
1
2
3