Home | History | Annotate | Download | only in libxml2

Lines Matching refs:extra

856  * @...:  extra parameters for the format
1284 * @...: extra parameters for the format
1410 * @...: extra parameters for the format
1955 * @...: extra parameters for the format
2050 * @...: extra parameters for the format
2158 * @...: extra parameters for the format
2253 * @...: extra parameters for the format
2510 * @...: extra parameters for the format
2725 * @...: extra parameters for the format
3034 * @...: extra parameters for the format
3278 * @...: extra parameters for the format
3515 * @...: extra parameters for the format
3772 * @...: extra parameters for the format
4648 char extra[3];
4657 extra[0] = extra[1] = extra[2] = '\0';
4667 extra[0] = '>';
4671 extra[0] = ' ';
4675 extra[0] = ' ';
4676 extra[1] = '[';
4680 extra[0] = ' ';
4684 extra[0] = ' ';
4689 extra[0] = ' ';
4690 extra[1] = writer->qchar;
4698 if (*extra != '\0') {
4699 count = xmlOutputBufferWriteString(writer->out, extra);