Lines Matching refs:caller
266 const char *caller);
268 const char *caller);
269 MPP_RET mpp_buffer_put_with_caller(MppBuffer buffer, const char *caller);
270 MPP_RET mpp_buffer_inc_ref_with_caller(MppBuffer buffer, const char *caller);
272 MPP_RET mpp_buffer_info_get_with_caller(MppBuffer buffer, MppBufferInfo *info, const char *caller);
273 MPP_RET mpp_buffer_read_with_caller(MppBuffer buffer, size_t offset, void *data, size_t size, const char *caller);
274 MPP_RET mpp_buffer_write_with_caller(MppBuffer buffer, size_t offset, void *data, size_t size, const char *caller);
275 void *mpp_buffer_get_ptr_with_caller(MppBuffer buffer, const char *caller);
276 int mpp_buffer_get_fd_with_caller(MppBuffer buffer, const char *caller);
277 size_t mpp_buffer_get_size_with_caller(MppBuffer buffer, const char *caller);
278 int mpp_buffer_get_index_with_caller(MppBuffer buffer, const char *caller);
279 MPP_RET mpp_buffer_set_index_with_caller(MppBuffer buffer, int index, const char *caller);
280 size_t mpp_buffer_get_offset_with_caller(MppBuffer buffer, const char *caller);
281 MPP_RET mpp_buffer_set_offset_with_caller(MppBuffer buffer, size_t offset, const char *caller);
284 const char *caller);