Searched refs:size_ptr (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/
H A Dstdlib.c70 uint32 * size_ptr = ((uint32*)mem) - 1; local
71 FreeMem(size_ptr, *size_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dstdlib.c70 uint32 * size_ptr = ((uint32*)mem) - 1; local
71 FreeMem(size_ptr, *size_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframe.c508 id3_byte_t *size_ptr = 0, *flags_ptr = 0, *data = 0; local
529 size_ptr = *ptr;
542 if (size_ptr)
543 id3_render_syncsafe(&size_ptr, size - 10, 4);
620 if (size_ptr)
621 id3_render_syncsafe(&size_ptr, size - 10, 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframe.c508 id3_byte_t *size_ptr = 0, *flags_ptr = 0, *data = 0; local
529 size_ptr = *ptr;
542 if (size_ptr)
543 id3_render_syncsafe(&size_ptr, size - 10, 4);
620 if (size_ptr)
621 id3_render_syncsafe(&size_ptr, size - 10, 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpeg.c140 static int find_next_start_code(AVIOContext *pb, int *size_ptr, argument
147 n = *size_ptr;
163 *size_ptr = n;
169 static int find_prev_start_code(AVIOContext *pb, int *size_ptr)
174 max_size = *size_ptr;
197 *size_ptr = pos_start - pos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpeg.c162 static int find_next_start_code(AVIOContext *pb, int *size_ptr, argument
169 n = *size_ptr;
186 *size_ptr = n;

Completed in 2668 milliseconds