Lines Matching defs:buf
206 guchar *buf = NULL;243 buf = g_realloc (buf, len + CR_INPUT_MEM_CHUNK_SIZE);244 memcpy (buf + len, tmp_buf, nb_read);251 result = cr_input_new_from_buf (buf, len, a_enc, TRUE);256 *we should free buf here because it's own by CRInput.259 buf = NULL ;268 if (buf) {269 g_free (buf);270 buf = NULL;