Home | History | Annotate | Download | only in libxml2

Lines Matching refs:extra

858  * @...:  extra parameters for the format
1286 * @...: extra parameters for the format
1412 * @...: extra parameters for the format
1958 * @...: extra parameters for the format
2053 * @...: extra parameters for the format
2161 * @...: extra parameters for the format
2256 * @...: extra parameters for the format
2513 * @...: extra parameters for the format
2728 * @...: extra parameters for the format
3037 * @...: extra parameters for the format
3281 * @...: extra parameters for the format
3518 * @...: extra parameters for the format
3775 * @...: extra parameters for the format
4651 char extra[3];
4660 extra[0] = extra[1] = extra[2] = '\0';
4670 extra[0] = '>';
4674 extra[0] = ' ';
4678 extra[0] = ' ';
4679 extra[1] = '[';
4683 extra[0] = ' ';
4687 extra[0] = ' ';
4692 extra[0] = ' ';
4693 extra[1] = writer->qchar;
4701 if (*extra != '\0') {
4702 count = xmlOutputBufferWriteString(writer->out, extra);