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)) {
570 cb_sort func)
585 if (resp_data && resp_len && length != 0 && func) {
591 resp_data, resp_len, func);
610 cb_sort func,
624 pip->resp_sort_func = func;
644 resp_len && *resp_len != 0 && func) {
651 resp_data, resp_len, func);
658 resp_data, resp_len, timeout, func);