Searched refs:_send_data (Results 1 – 2 of 2) sorted by relevance
/packages/services/BuiltInPrintService/jni/lib/ |
D | printer.c | 90 static int _send_data(const ifc_print_job_t *this_p, const char *buffer, size_t length) { in _send_data() function 248 .start_job = _start_job, .send_data = _send_data, .end_job = _end_job, .destroy = _destroy,
|
/packages/services/BuiltInPrintService/jni/ipphelper/ |
D | ipp_print.c | 35 static int _send_data(const ifc_print_job_t *this_p, const char *buffer, size_t length); 43 .send_data = _send_data, .end_job = _end_job, .destroy = _destroy, .enable_timeout = NULL, 535 static int _send_data(const ifc_print_job_t *this_p, const char *buffer, size_t length) { in _send_data() function
|