Searched refs:input_ptr (Results 1 – 1 of 1) sorted by relevance
2419 char *input_ptr, /* start of the bytes */ in add_bytes() argument2441 (void) memcpy (ptr, input_ptr, move_bytes); in add_bytes()2442 input_ptr += move_bytes; in add_bytes()2447 *ptr++ = *input_ptr++; in add_bytes()