Lines Matching defs:reply
2352 * @reply: point to the buffer to hold data returned for a reply
2353 * @reply_len: length of the reply buffer returned from GET
2359 unsigned int len, void *reply, unsigned int *reply_len)
2373 if (dir == SCP_GET && reply == NULL) {
2378 if (reply != NULL && (reply_len == NULL || (*reply_len == 0))) {
2401 /* extract send and reply headers members */
2416 codec_dbg(codec, "reply too long for buf\n");
2421 } else if (!reply) {
2422 codec_dbg(codec, "NULL reply\n");
2426 memcpy(reply, scp_reply.data, *reply_len);
2429 codec_dbg(codec, "reply ill-formed or errflag set\n");