push_ascii_allocate 364 source3/include/proto.h bool push_ascii_allocate(char **dest, const char *src, size_t *converted_size); push_ascii_allocate 387 source3/lib/util_str.c if (!push_ascii_allocate(&tmpbuf2, s, &converted_size)) {