Lines Matching full:stringp
236 handle_to_string(int handle, char **stringp, int *hlenp)238 if (stringp == NULL || hlenp == NULL)240 *stringp = xmalloc(sizeof(int32_t));241 put_u32(*stringp, handle);