Searched refs:localname (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DTextFactory.java46 * @param localname The local name of the extension element.
52 public Class getExtensionClass(String localname) { argument
53 if (localname.equals("insertfile")) {
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DSAX2.h112 const xmlChar *localname,
122 const xmlChar *localname,
H A Dparser.h662 * @localname: the local name of the element
670 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
679 const xmlChar *localname,
691 * @localname: the local name of the element
700 const xmlChar *localname,
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_truetype.c762 char *localname = NULL; local
833 localname =
836 tt_read(p, ttf, localname, (unsigned int) namerec->length);
840 !memcmp(localname, ttf->utf16fontname,
844 pdc_free(p->pdc, localname);
847 pdc_free(p->pdc, localname);
890 localname = (char *) pdc_calloc(p->pdc, (size_t) len, fn);
892 tt_read(p, ttf, localname, (unsigned int) namerec->length);
900 if (localname[2*j] != 0)
902 pdc_free(p->pdc, localname);
[all...]
/haiku-fatelf/src/bin/network/ftp/
H A Dftp_var.h311 GLOBAL char *localname; /* local user name */ variable
H A Dmain.c430 localname = NULL;
444 localname = xstrdup(pw->pw_name);
445 anonuser = localname;
H A Dutil.c407 if (localname)
408 fprintf(ttyout, "Name (%s:%s): ", host, localname);
421 user = localname;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlreader.c666 * @localname: the local name of the element
673 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
680 const xmlChar *localname,
693 printf("xmlTextReaderStartElementNs(%s)\n", localname);
696 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
711 * @localname: the local name of the element
719 const xmlChar * localname,
727 printf("xmlTextReaderEndElementNs(%s)\n", localname);
730 reader->endElementNs(ctx, localname, prefix, URI);
2313 xmlChar *localname; local
679 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
718 xmlTextReaderEndElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI) argument
2558 xmlChar *localname; local
[all...]
H A DSAX2.c1872 * @localname: the local name of the attribute
1885 const xmlChar * localname,
1915 ret->name = localname;
1917 ret->name = xmlStrdup(localname);
1935 (xmlChar *) localname, NULL);
1937 ret = xmlNewNsProp(ctxt->node, namespace, localname, NULL);
2021 fullname = xmlBuildQName(localname, prefix, fn, 50);
2030 if ((fullname != fn) && (fullname != localname))
2062 (localname[0] == 'i') && (localname[
1884 xmlSAX2AttributeNs(xmlParserCtxtPtr ctxt, const xmlChar * localname, const xmlChar * prefix, const xmlChar * value, const xmlChar * valueend) argument
2112 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
[all...]
H A Druntest.c1402 const xmlChar *localname,
1416 fprintf(SAXdebug, "SAX.startElementNs(%s", (char *) localname);
1459 const xmlChar *localname,
1466 fprintf(SAXdebug, "SAX.endElementNs(%s", (char *) localname);
1401 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
1458 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
H A Dxmllint.c1501 const xmlChar *localname,
1515 fprintf(stdout, "SAX.startElementNs(%s", (char *) localname);
1558 const xmlChar *localname,
1565 fprintf(stdout, "SAX.endElementNs(%s", (char *) localname);
1500 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
1557 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
H A Dparser.c139 * @localname: the attribute localname
145 const xmlChar * localname)
155 (const char *) localname, NULL, NULL, 0, 0,
156 "Attribute %s redefined\n", localname);
160 (const char *) prefix, (const char *) localname,
162 localname);
853 const xmlChar *values[4]; /* array of localname/prefix/values */
882 * split the element name into prefix:localname , the string found
919 * Split the element name into prefix:localname , th
144 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, const xmlChar * localname) argument
7802 const xmlChar *localname; local
[all...]
H A Dxmlschemas.c26908 const xmlChar * localname,
26944 ielem->localName = localname;
27047 const xmlChar * localname ATTRIBUTE_UNUSED,
27067 if ((!xmlStrEqual(vctxt->inode->localName, localname)) ||
28072 startElementNsSplit(void *ctx, const xmlChar * localname, argument
28082 ctxt->user_sax->startElementNs(ctxt->user_data, localname, prefix,
28087 xmlSchemaSAXHandleStartElementNs(ctxt->ctxt, localname, prefix,
28094 endElementNsSplit(void *ctx, const xmlChar * localname, argument
28101 ctxt->user_sax->endElementNs(ctxt->user_data, localname, prefix, URI);
28103 xmlSchemaSAXHandleEndElementNs(ctxt->ctxt, localname, prefi
26907 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
[all...]

Completed in 241 milliseconds