Searched refs:unconvertlen (Results 1 – 1 of 1) sorted by relevance
5162 int unconvertlen = 0; in convert_input_safe() local5165 restp == NULL ? NULL : &unconvertlen); in convert_input_safe()5170 if (unconvertlen > 0) in convert_input_safe()5173 *restp = alloc(unconvertlen); in convert_input_safe()5175 mch_memmove(*restp, ptr + len - unconvertlen, unconvertlen); in convert_input_safe()5176 *restlenp = unconvertlen; in convert_input_safe()