OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nb_namespaces
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libxml/src/
pattern.c
183
int
nb_namespaces
; /* the number of namespaces */
member in struct:_xmlPatParserContext
309
cur->
nb_namespaces
= i;
311
cur->
nb_namespaces
= 0;
958
for (i = 0;i < ctxt->
nb_namespaces
;i++) {
964
if (i >= ctxt->
nb_namespaces
) {
1079
for (i = 0;i < ctxt->
nb_namespaces
;i++) {
1085
if (i >= ctxt->
nb_namespaces
) {
1146
for (i = 0;i < ctxt->
nb_namespaces
;i++) {
1152
if (i >= ctxt->
nb_namespaces
) {
[
all
...]
testapi.c
5090
int
nb_namespaces
; \/* number of namespace definitions on that node *\/
local
5121
xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI,
nb_namespaces
, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
local
[
all
...]
/external/libxml2/
pattern.c
183
int
nb_namespaces
; /* the number of namespaces */
member in struct:_xmlPatParserContext
309
cur->
nb_namespaces
= i;
311
cur->
nb_namespaces
= 0;
958
for (i = 0;i < ctxt->
nb_namespaces
;i++) {
964
if (i >= ctxt->
nb_namespaces
) {
1079
for (i = 0;i < ctxt->
nb_namespaces
;i++) {
1085
if (i >= ctxt->
nb_namespaces
) {
1146
for (i = 0;i < ctxt->
nb_namespaces
;i++) {
1152
if (i >= ctxt->
nb_namespaces
) {
[
all
...]
Completed in 199 milliseconds