Lines Matching refs:reply
2221 * @reply: point to the buffer to hold data returned for a reply
2222 * @reply_len: length of the reply buffer returned from GET
2228 unsigned int len, void *reply, unsigned int *reply_len)
2242 if (dir == SCP_GET && reply == NULL) {
2247 if (reply != NULL && (reply_len == NULL || (*reply_len == 0))) {
2270 /* extract send and reply headers members */
2285 codec_dbg(codec, "reply too long for buf\n");
2290 } else if (!reply) {
2291 codec_dbg(codec, "NULL reply\n");
2295 memcpy(reply, scp_reply.data, *reply_len);
2298 codec_dbg(codec, "reply ill-formed or errflag set\n");