Searched refs:localname (Results 26 - 50 of 58) sorted by relevance

123

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlreader.c685 * @localname: the local name of the element
692 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
699 const xmlChar *localname,
712 printf("xmlTextReaderStartElementNs(%s)\n", localname);
715 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
730 * @localname: the local name of the element
738 const xmlChar * localname,
746 printf("xmlTextReaderEndElementNs(%s)\n", localname);
749 reader->endElementNs(ctx, localname, prefix, URI);
2349 xmlChar *localname; local
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
737 xmlTextReaderEndElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI) argument
2594 xmlChar *localname; local
[all...]
H A DSAX2.c1911 * @localname: the local name of the attribute
1924 const xmlChar * localname,
1954 ret->name = localname;
1956 ret->name = xmlStrdup(localname);
1974 (xmlChar *) localname, NULL);
1976 ret = xmlNewNsProp(ctxt->node, namespace, localname, NULL);
2060 fullname = xmlBuildQName(localname, prefix, fn, 50);
2069 if ((fullname != fn) && (fullname != localname))
2101 (localname[0] == 'i') && (localname[
1923 xmlSAX2AttributeNs(xmlParserCtxtPtr ctxt, const xmlChar * localname, const xmlChar * prefix, const xmlChar * value, const xmlChar * valueend) argument
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
[all...]
H A Dparser.c240 * @localname: the attribute localname
246 const xmlChar * localname)
257 (const char *) localname, NULL, NULL, 0, 0,
258 "Attribute %s redefined\n", localname);
262 (const char *) prefix, (const char *) localname,
264 localname);
1000 const xmlChar *values[5]; /* array of localname/prefix/values/external */
1135 * split the element name into prefix:localname , the string found
1180 * Split the element name into prefix:localname , th
245 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, const xmlChar * localname) argument
8724 const xmlChar *localname; local
[all...]
H A Druntest.c1410 const xmlChar *localname,
1424 fprintf(SAXdebug, "SAX.startElementNs(%s", (char *) localname);
1467 const xmlChar *localname,
1474 fprintf(SAXdebug, "SAX.endElementNs(%s", (char *) localname);
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
1466 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
H A Dxmllint.c1516 const xmlChar *localname,
1530 fprintf(stdout, "SAX.startElementNs(%s", (char *) localname);
1573 const xmlChar *localname,
1580 fprintf(stdout, "SAX.endElementNs(%s", (char *) localname);
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
1572 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Ddom.c1087 xmlChar * localname = NULL; local
1097 localname = xmlSplitQName2(qname, &prefix);
1098 if ( localname != NULL ) {
1101 /* then try localname with the namespace bound to prefix */
1102 ret = xmlHasNsProp( node, localname, ns->href );
1107 xmlFree( localname );
H A DLibXML.pm1413 my $nsP = $self->localname;
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dmain.c476 localname = NULL;
490 localname = ftp_strdup(pw->pw_name);
491 anonuser = localname;
H A Dftp_var.h312 GLOBAL char *localname; /* local user name */ variable
H A Dutil.c420 if (localname)
421 fprintf(ttyout, "Name (%s:%s): ", host, localname);
431 user = ftp_strdup(localname);
/macosx-10.9.5/WebCore-7537.78.1/xml/parser/
H A DXMLDocumentParserLibxml2.cpp728 const xmlChar* localname; member in struct:WebCore::_xmlSAX2Attributes
744 AtomicString attrQName = attrPrefix.isEmpty() ? toAtomicString(attributes[i].localname) : attrPrefix + ":" + toString(attributes[i].localname);
1103 static void startElementNsHandler(void* closure, const xmlChar* localname, const xmlChar* prefix, const xmlChar* uri, int nb_namespaces, const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes) argument
1108 getParser(closure)->startElementNs(localname, prefix, uri, nb_namespaces, namespaces, nb_attributes, nb_defaulted, libxmlAttributes);
1519 String attrLocalName = toString(attributes[i].localname);
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DXMLParser.pm205 my ($prefix, $localname) = split(/:/, $name);
206 if (!defined($localname)) {
/macosx-10.9.5/KerberosHelper-148/Source/
H A DKerberosHelper.c369 char *localname = NULL, *hostname = NULL; local
483 (0 > asprintf(&localname, "%s.local", hostname) || NULL == localname)) {
572 * Also, add localname (bare name) that we turned into a .local
576 if (localname)
577 find_mapping(hCtx, localname, lkdcp);
674 free (localname);
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dparser.h676 * @localname: the local name of the element
684 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
693 const xmlChar *localname,
705 * @localname: the local name of the element
714 const xmlChar *localname,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dparser.h673 * @localname: the local name of the element
681 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
690 const xmlChar *localname,
702 * @localname: the local name of the element
711 const xmlChar *localname,
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddom.c943 * localname "localname".
947 * given namespace and localname. Otherwise returns NULL.
960 const char *localname /* The localname of the demanded attribute */
976 && strcmp (attr->nodeName, localname) == 0) {
983 if (strcmp (localname, attrLocalName) == 0) {
1069 const char *xmlns, *localname;
1225 domSplitQName (name, tagPrefix, &localname);
1327 domSplitQName (attrnode->nodeName, prefix, &localname);
1068 const char *xmlns, *localname; local
3955 const char *localname; local
4417 const char *localname; local
[all...]
H A Dxmlsimple.c432 const char *xmlns, *localname; local
966 &localname);
995 domSplitQName ((char*)attrnode->nodeName, prefix, &localname);
H A Ddom.h746 const char *localname);
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtestlimits.c1178 const xmlChar * localname ATTRIBUTE_UNUSED,
1200 const xmlChar * localname ATTRIBUTE_UNUSED,
H A Dparser.c275 * @localname: the attribute localname
281 const xmlChar * localname)
292 (const char *) localname, NULL, NULL, 0, 0,
293 "Attribute %s redefined\n", localname);
297 (const char *) prefix, (const char *) localname,
299 localname);
1055 const xmlChar *values[5]; /* array of localname/prefix/values/external */
1190 * split the element name into prefix:localname , the string found
1235 * Split the element name into prefix:localname , th
280 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, const xmlChar * localname) argument
9219 const xmlChar *localname; local
[all...]
H A Druntest.c1406 const xmlChar *localname,
1420 fprintf(SAXdebug, "SAX.startElementNs(%s", (char *) localname);
1463 const xmlChar *localname,
1470 fprintf(SAXdebug, "SAX.endElementNs(%s", (char *) localname);
1405 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
1462 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
H A Dxmllint.c1522 const xmlChar *localname,
1536 fprintf(stdout, "SAX.startElementNs(%s", (char *) localname);
1579 const xmlChar *localname,
1586 fprintf(stdout, "SAX.endElementNs(%s", (char *) localname);
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
1578 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/library/
H A Ddomimpl.tcl721 if {[catch {foreach {prefix localname} [::xml::qnamesplit [lindex $args 1]] break} err]} {
726 set result [CreateElement $token [lindex $args 1] {} -prefix $prefix -namespace [lindex $args 0] -localname $localname]
842 catch {lappend docArray($id) node:localName $opts(-localname)}
3200 lappend nsarg -localname $name
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c2784 char localname[1024],/* Localized hostname */ local
2873 strlcpy(localname, hostname, sizeof(localname));
2881 lptr = strchr(localname, '.');
2903 DEBUG_printf(("localized hostname is \"%s\"...\n", localname));
2912 if (!_cups_strcasecmp(p->hostname, localname) &&
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c17192 const VALUE localname = (VALUE)&fake_str; local
17199 rb_enc_copy(localname, name);
17200 OBJ_FREEZE(localname);
17202 if (st_lookup(global_symbols.sym_id, (st_data_t)localname, &id)) {

Completed in 350 milliseconds

123