Lines Matching defs:actual
629 void *ubuf, size_t ubufsize, size_t *actual, int flag)
683 ret = callback(ac_task, ubuf, ubufsize, buf, bufsize, actual);
1009 * and execute the callback on it. It is the callback's job to set "actual" to
1022 void *ubuf, size_t ubufsize, size_t *actual, int flag)
1061 ret = callback(ac_proc, ubuf, ubufsize, buf, bufsize, actual);
1080 * The result of the write operation is returned. "actual" is updated to
1089 void *buf, size_t bufsize, size_t *actual)
1093 *actual = 0;
1095 *actual = bufsize;
1345 void *ubuf, size_t ubufsize, size_t *actual, int what)
1391 ret = callback(ac_net, ubuf, ubufsize, buf, bufsize, actual);
1543 void *ubuf, size_t ubufsize, size_t *actual)
1578 ret = callback(ac_flow, ubuf, ubufsize, buf, bufsize, actual);