/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_doc.c | 104 IDL_tree orig; local 143 orig = state->tree; 147 state->tree = orig;
|
H A D | xpidl_header.c | 143 IDL_tree iface = state->tree, iter, orig; local 259 orig = state->tree; /* It would be nice to remove this state-twiddling. */ 276 state->tree = orig; 547 orig = state->tree; 550 state->tree = orig; 563 orig = state->tree; 566 state->tree = orig;
|
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | entities.h | 49 xmlChar *orig; /* content without ref substitution */ member in struct:_xmlEntity
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | catalog.c | 1488 * @orig: the system, public or prefix to match (or NULL) 1498 const xmlChar *orig, const xmlChar *replace) { 1527 if ((orig != NULL) && (cur->type == typ) && 1528 (xmlStrEqual(orig, cur->name))) { 1549 catal->children = xmlNewCatalogEntry(typ, orig, replace, 1552 cur->next = xmlNewCatalogEntry(typ, orig, replace, 2946 * @orig: the system, public or prefix to match 2956 const xmlChar * orig, const xmlChar * replace) 2964 res = xmlAddXMLCatalog(catal->xml, type, orig, replace); 2972 entry = xmlNewCatalogEntry(cattype, orig, replac 1497 xmlAddXMLCatalog(xmlCatalogEntryPtr catal, const xmlChar *type, const xmlChar *orig, const xmlChar *replace) argument 2955 xmlACatalogAdd(xmlCatalogPtr catal, const xmlChar * type, const xmlChar * orig, const xmlChar * replace) argument 3409 xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace) argument [all...] |
H A D | pattern.c | 1860 xmlStreamCtxtPtr orig = stream; local 2190 xmlDebugStreamCtxt(orig, ret);
|
H A D | parser.c | 3059 * @orig: if non-NULL store a copy of the original entity value 3070 xmlParseEntityValue(xmlParserCtxtPtr ctxt, xmlChar **orig) { argument 3187 if (orig != NULL) 3188 *orig = buf; 4574 xmlChar *orig = NULL; local 4617 value = xmlParseEntityValue(ctxt, &orig); 4663 value = xmlParseEntityValue(ctxt, &orig); 4767 if (orig != NULL) { 4791 if (cur->orig != NULL) 4792 xmlFree(orig); [all...] |
H A D | tree.c | 5586 xmlNodePtr orig = node; local 5640 if (orig != node) { 5715 xmlNodePtr orig = node; local 5768 (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) 5773 if (orig != node) { 5779 (xmlNsInScope(doc, orig, node, cur->prefix) == 1))
|
H A D | testapi.c | 5576 xmlChar * orig; /* the system, public or prefix to match */ local 5588 orig = gen_const_xmlChar_ptr(n_orig, 2); 5591 ret_val = xmlACatalogAdd(catal, (const xmlChar *)type, (const xmlChar *)orig, (const xmlChar *)replace); 5596 des_const_xmlChar_ptr(n_orig, (const xmlChar *)orig, 2); 5880 xmlChar * orig; /* the system, public or prefix to match */ local 5890 orig = gen_const_xmlChar_ptr(n_orig, 1); 5893 ret_val = xmlCatalogAdd((const xmlChar *)type, (const xmlChar *)orig, (const xmlChar *)replace); 5897 des_const_xmlChar_ptr(n_orig, (const xmlChar *)orig, 1); [all...] |
/vbox/src/recompiler/tcg/ |
H A D | tcg.c | 590 TCGv_i64 orig = MAKE_TCGV_I64(args[i]); local 592 tcg_gen_ext32s_i64(temp, orig); 594 tcg_gen_ext32u_i64(temp, orig);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
H A D | dtrace.c | 3672 char *limit = addr + len, *orig = addr; local 3705 limit = orig - 1; 3776 addr = orig + pos; 3792 regs[rd] = (uintptr_t)(addr - orig);
|
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml2-py.c | 1381 xmlChar * orig; local 1384 if (!PyArg_ParseTuple(args, (char *)"zzz:xmlCatalogAdd", &type, &orig, &replace)) 1387 c_retval = xmlCatalogAdd(type, orig, replace); 5652 xmlChar * orig; local 5655 if (!PyArg_ParseTuple(args, (char *)"Ozzz:xmlACatalogAdd", &pyobj_catal, &type, &orig, &replace)) 5659 c_retval = xmlACatalogAdd(catal, type, orig, replace);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | saaj-impl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |