Searched refs:quoteChar (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DDOCBparser.h48 int *inlen, int quoteChar);
H A DHTMLparser.h142 int *inlen, int quoteChar);
/vbox/src/libs/libxml2-2.6.31/
H A DDOCBparser.c26 * @quoteChar: the quote character to escape (' or ") or zero.
41 int quoteChar ATTRIBUTE_UNUSED)
H A DHTMLparser.c1888 * @quoteChar: the quote character to escape (' or ") or zero.
1900 const unsigned char* in, int *inlen, int quoteChar) {
1945 if ((c < 0x80) && (c != (unsigned int) quoteChar) &&
1899 htmlEncodeEntities(unsigned char* out, int *outlen, const unsigned char* in, int *inlen, int quoteChar) argument
H A Dtestapi.c1907 int quoteChar; /* the quote character to escape (' or ") or zero. */ local
1920 quoteChar = gen_int(n_quoteChar, 4);
1922 ret_val = htmlEncodeEntities(out, outlen, (const unsigned char *)in, inlen, quoteChar);
1929 des_int(n_quoteChar, quoteChar, 4);
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 198 milliseconds