Home | History | Annotate | Download | only in coders

Lines Matching defs:allocated_length

7716      allocated_length,
7737 allocated_length=(png_uint_32) (length*2 + (length >> 5) + 20
7741 (png_alloc_size_t) allocated_length);
7744 text[0].text=(png_charp) png_malloc(ping, (png_size_t) allocated_length);
7755 allocated_length);
7758 (void) FormatLocaleString(dp,allocated_length-
7777 if (text[0].text_length <= allocated_length)