Home | History | Annotate | Download | only in libxml2

Lines Matching refs:glob

1154  * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
1159 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) {
1162 if (glob) xmlBufferWriteChar(buf, "(");
1207 if (glob)
5136 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
5142 xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) {
5147 if (glob) strcat(buf, "(");
5212 if (glob) strcat(buf, ")");