Home
last modified time | relevance | path

Searched refs:write_xml_string (Results 1 – 1 of 1) sorted by relevance

/external/libcups/scheduler/
Dprinters.c49 static void write_xml_string(cups_file_t *fp, const char *s);
3246 write_xml_string(fp, p->name); in cupsdWritePrintcap()
3250 write_xml_string(fp, p->info); in cupsdWritePrintcap()
3256 write_xml_string(fp, p->location); in cupsdWritePrintcap()
3260 write_xml_string(fp, p->make_model); in cupsdWritePrintcap()
3269 write_xml_string(fp, p->reasons[i]); in cupsdWritePrintcap()
3277 write_xml_string(fp, p->sanitized_device_uri); in cupsdWritePrintcap()
5075 write_xml_string(cups_file_t *fp, /* I - File to write to */ in write_xml_string() function