Searched defs:replace (Results 1 - 8 of 8) sorted by relevance

/vbox/include/iprt/cpp/
H A Dlist.h485 * @param i The position of the item to replace. If this is out of range,
490 RTCListBase<T, ITYPE, MT> &replace(size_t i, const T &val) function in class:RTCListBase
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c1489 * @replace: the replacement value for the match
1498 const xmlChar *orig, const xmlChar *replace) {
1536 cur->value = xmlStrdup(replace);
1537 cur->URL = xmlStrdup(replace);
1549 catal->children = xmlNewCatalogEntry(typ, orig, replace,
1552 cur->next = xmlNewCatalogEntry(typ, orig, replace,
2947 * @replace: the replacement value for the match
2956 const xmlChar * orig, const xmlChar * replace)
2964 res = xmlAddXMLCatalog(catal->xml, type, orig, replace);
2972 entry = xmlNewCatalogEntry(cattype, orig, replace, NUL
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 Dtestapi.c5578 xmlChar * replace; /* the replacement value for the match */ local
5589 replace = gen_const_xmlChar_ptr(n_replace, 3);
5591 ret_val = xmlACatalogAdd(catal, (const xmlChar *)type, (const xmlChar *)orig, (const xmlChar *)replace);
5597 des_const_xmlChar_ptr(n_replace, (const xmlChar *)replace, 3);
5882 xmlChar * replace; /* the replacement value for the match */ local
5891 replace = gen_const_xmlChar_ptr(n_replace, 2);
5893 ret_val = xmlCatalogAdd((const xmlChar *)type, (const xmlChar *)orig, (const xmlChar *)replace);
5898 des_const_xmlChar_ptr(n_replace, (const xmlChar *)replace, 2);
22180 int inLine; /* should we replace entity contents or show their external form */
22227 int inLine; /* should we replace entit
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c1382 xmlChar * replace; local
1384 if (!PyArg_ParseTuple(args, (char *)"zzz:xmlCatalogAdd", &type, &orig, &replace))
1387 c_retval = xmlCatalogAdd(type, orig, replace);
5653 xmlChar * replace; local
5655 if (!PyArg_ParseTuple(args, (char *)"Ozzz:xmlACatalogAdd", &pyobj_catal, &type, &orig, &replace))
5659 c_retval = xmlACatalogAdd(catal, type, orig, replace);

Completed in 166 milliseconds