Searched refs:xmlUCSIsBlockElements (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c49 {"BlockElements", xmlUCSIsBlockElements},
1085 * xmlUCSIsBlockElements:
1093 xmlUCSIsBlockElements(int code) { function
H A Delfgcchack.h12908 #undef xmlUCSIsBlockElements macro
12909 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias")));
12911 #ifndef xmlUCSIsBlockElements
12912 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden")));
12913 #define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias macro
H A Dtestapi.c37033 ret_val = xmlUCSIsBlockElements(code);
37039 printf("Leak of %d blocks found in xmlUCSIsBlockElements",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c7429 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsBlockElements", &code))
7432 c_retval = xmlUCSIsBlockElements(code);

Completed in 230 milliseconds