Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpydoc.py2066 def send_document(self, title, contents): member in serve.DocHandler
2082 self.send_document(path, html.escape(str(value)))
2085 self.send_document(describe(obj), html.document(obj, path))
2087 self.send_document(path,
2107 self.send_document('Index of Modules', contents)
/external/libcups/backend/
Dipp.c257 send_document = 0, /* Does printer support Send-Document? */ in main() local
1214 send_document = 1; in main()
1219 if (create_job && !send_document) in main()
1432 create_job = send_document = 0; in main()
/external/libcups/scheduler/
Dipp.c108 static void send_document(cupsd_client_t *con, ipp_attribute_t *uri);
441 send_document(con, uri); in cupsdProcessIPPRequest()
9552 send_document(cupsd_client_t *con, /* I - Client connection */ in send_document() function