Lines Matching defs:func
443 u8 *buf, int *len, cb_sort func)
494 if (buf && buf_len && func &&
495 func(cyapa, pip->empty_buf, length)) {
514 } else if (buf && buf_len && func &&
515 func(cyapa, pip->empty_buf, length)) {
569 cb_sort func)
584 if (resp_data && resp_len && length != 0 && func) {
590 resp_data, resp_len, func);
609 cb_sort func,
623 pip->resp_sort_func = func;
643 resp_len && *resp_len != 0 && func) {
650 resp_data, resp_len, func);
657 resp_data, resp_len, timeout, func);