Searched defs:name2 (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/tests/
H A DTestInterfaceInfo.cpp57 char *name1, *name2, *name3; local
69 iim->GetNameForIID(iid2, &name2);
70 fprintf(stderr, "%s iid %s\n", name2, iid2->ToString());
73 fprintf(stderr, "iid: %s, name: %s\n", iid2->ToString(), name2);
/vbox/src/libs/libxml2-2.6.31/
H A Dhash.c42 xmlChar *name2; member in struct:_xmlHashEntry
64 const xmlChar *name2, const xmlChar *name3) {
74 if (name2 != NULL) {
75 while ((ch = *name2++) != 0) {
90 const xmlChar *prefix2, const xmlChar *name2,
117 if (name2 != NULL) {
118 while ((ch = *name2++) != 0) {
235 key = xmlHashComputeKey(table, oldtable[i].name, oldtable[i].name2,
250 key = xmlHashComputeKey(table, iter->name, iter->name2,
311 if (iter->name2)
63 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
88 xmlHashComputeQKey(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
361 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata) argument
400 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata, xmlHashDeallocator f) argument
431 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2) argument
465 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
486 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
602 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
724 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
768 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
881 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data) argument
902 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data) argument
1020 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, xmlHashDeallocator f) argument
1040 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
H A Dxpointer.c1044 xmlChar *name2; local
1051 name2 = xmlXPathParseName(ctxt);
1052 if (name2 == NULL) {
1057 xmlXPtrEvalChildSeq(ctxt, name2);
H A Drelaxng.c1520 xmlChar *name2; local
1539 name2 = xmlGetProp(tmp, BAD_CAST "name");
1540 xmlRelaxNGNormExtSpace(name2);
1541 if (name2 != NULL) {
1542 if (xmlStrEqual(name, name2)) {
1547 xmlFree(name2);
H A Dxmlschemas.c3057 const char *name2)
3064 BAD_CAST des, BAD_CAST name1, BAD_CAST name2, NULL, NULL); local
3052 xmlSchemaPMutualExclAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const char *name1, const char *name2) argument
H A Dtestapi.c9691 xmlChar * name2; /* a second name of the userdata */ local
9703 name2 = gen_const_xmlChar_ptr(n_name2, 2);
9706 ret_val = xmlHashAddEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, userdata);
9711 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
9744 xmlChar * name2; /* a second name of the userdata */ local
9759 name2 = gen_const_xmlChar_ptr(n_name2, 2);
9763 ret_val = xmlHashAddEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata);
9768 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
9873 xmlChar * name2; /* a second name of the userdata */ local
9882 name2
9919 xmlChar * name2; /* a second name of the userdata */ local
10022 xmlChar * name2; /* a second name of the userdata */ local
10082 xmlChar * name2; /* a second name of the userdata */ local
10198 xmlChar * name2; /* a second name of the userdata */ local
10251 xmlChar * name2; /* a second name of the userdata */ local
10436 xmlChar * name2; /* a second name of the userdata */ local
10496 xmlChar * name2; /* a second name of the userdata */ local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp650 nsCAutoString name2; local
657 if(NS_FAILED(pFile2->GetNativeLeafName(name2)))
664 int index2 = IndexOfFileWithName(name2.get(), data->mWorkingSet);
668 PRBool isXPT2 = xptiFileType::IsXPT(name2.get());
669 int nameOrder = Compare(name1, name2);

Completed in 230 milliseconds