Searched refs:englob (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dvalid.h198 int englob);
204 int englob);
/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c1225 * @englob: 1 if one must print the englobing parenthesis, 0 otherwise
1232 int englob ATTRIBUTE_UNUSED) {
1241 * @englob: 1 if one must print the englobing parenthesis, 0 otherwise
1247 xmlSnprintfElementContent(char *buf, int size, xmlElementContentPtr content, int englob) { argument
1257 if (englob) strcat(buf, "(");
1319 if (englob)
H A Dtestapi.c25469 int englob; /* 1 if one must print the englobing parenthesis, 0 otherwise */ local
25480 englob = gen_int(n_englob, 3);
25482 xmlSnprintfElementContent(buf, size, content, englob);
25487 des_int(n_englob, englob, 3);
25520 int englob; /* 1 if one must print the englobing parenthesis, 0 otherwise */ local
25529 englob = gen_int(n_englob, 2);
25531 xmlSprintfElementContent(buf, content, englob);
25535 des_int(n_englob, englob, 2);
[all...]

Completed in 176 milliseconds