Lines Matching refs:data
42 * Buffer to print data progressively
46 * encoding-agnostic and can even hold binary data.
62 * allocation fails, data stop being appended to the buffer, but the length
119 * @param buffer byte buffer to use for the string data
140 * Append data to a print buffer.
143 * param data pointer to data
144 * param size size of data
146 void av_bprint_append_data(AVBPrint *buf, const char *data, unsigned size);
175 * Reset the string to "" but keep internal allocated data.