Home
last modified time | relevance | path

Searched refs:update_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/.github/
DCONTRIBUTING.md32 static void update_offset(printbuffer * const buffer)
/third_party/cJSON/
DcJSON.c530 static void update_offset(printbuffer * const buffer) in update_offset() function
1215 update_offset(buffer); in print()
1573 update_offset(output_buffer); in print_array()
1768 update_offset(output_buffer); in print_object()
1788 update_offset(output_buffer); in print_object()
/third_party/ffmpeg/libavformat/
Drtmpproto.c2189 static int update_offset(RTMPContext *rt, int size) in update_offset() function
2222 old_flv_size = update_offset(rt, size + 15); in append_flv_data()
2357 old_flv_size = update_offset(rt, pkt->size); in handle_metadata()