Searched defs:nb_namespaces (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c888 int nb_namespaces,
908 fprintf(stdout, ", %d", nb_namespaces);
911 for (i = 0;i < nb_namespaces * 2;i++) {
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A DSAX2.c2139 * @nb_namespaces: number of namespace definitions on that node
2155 int nb_namespaces,
2231 for (i = 0,j = 0;j < nb_namespaces;j++) {
2151 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dpattern.c183 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) {
H A Dxmllint.c1519 int nb_namespaces,
1539 fprintf(stdout, ", %d", nb_namespaces);
1542 for (i = 0;i < nb_namespaces * 2;i++) {
1515 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Druntest.c1413 int nb_namespaces,
1433 fprintf(SAXdebug, ", %d", nb_namespaces);
1436 for (i = 0;i < nb_namespaces * 2;i++) {
1409 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlreader.c688 * @nb_namespaces: number of namespace definitions on that node
702 int nb_namespaces,
715 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
698 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlschemas.c27236 int nb_namespaces,
27275 if (nb_namespaces != 0) {
27280 for (i = 0, j = 0; i < nb_namespaces; i++, j += 2) {
28416 int nb_namespaces, const xmlChar ** namespaces,
28425 URI, nb_namespaces, namespaces,
28430 URI, nb_namespaces, namespaces,
27232 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28414 startElementNsSplit(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) argument
H A Dtestapi.c5090 int nb_namespaces; /* number of namespace definitions on that node */ local
5115 nb_namespaces = gen_int(n_nb_namespaces, 4);
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
5127 des_int(n_nb_namespaces, nb_namespaces, 4);
[all...]
/external/libxml2/
H A DSAX2.c2177 * @nb_namespaces: number of namespace definitions on that node
2193 int nb_namespaces,
2290 for (i = 0,j = 0;j < nb_namespaces;j++) {
2189 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dpattern.c186 int nb_namespaces; /* the number of namespaces */ member in struct:_xmlPatParserContext
313 cur->nb_namespaces = i;
315 cur->nb_namespaces = 0;
962 for (i = 0;i < ctxt->nb_namespaces;i++) {
968 if (i >= ctxt->nb_namespaces) {
1083 for (i = 0;i < ctxt->nb_namespaces;i++) {
1089 if (i >= ctxt->nb_namespaces) {
1150 for (i = 0;i < ctxt->nb_namespaces;i++) {
1156 if (i >= ctxt->nb_namespaces) {
H A Dxmllint.c1525 int nb_namespaces,
1545 fprintf(stdout, ", %d", nb_namespaces);
1548 for (i = 0;i < nb_namespaces * 2;i++) {
1521 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlreader.c691 * @nb_namespaces: number of namespace definitions on that node
705 int nb_namespaces,
718 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
701 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dxmlschemas.c27287 int nb_namespaces,
27326 if (nb_namespaces != 0) {
27331 for (i = 0, j = 0; i < nb_namespaces; i++, j += 2) {
28497 int nb_namespaces, const xmlChar ** namespaces,
28506 URI, nb_namespaces, namespaces,
28511 URI, nb_namespaces, namespaces,
27283 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28495 startElementNsSplit(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) argument

Completed in 2217 milliseconds