Searched defs:text_size (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngpread.c1086 png_size_t text_size; local
1089 text_size = png_ptr->buffer_size;
1091 text_size = png_ptr->current_text_left;
1092 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
1093 png_ptr->current_text_left -= text_size;
1094 png_ptr->current_text_ptr += text_size;
1185 png_size_t text_size; local
1188 text_size = png_ptr->buffer_size;
1190 text_size = png_ptr->current_text_left;
1191 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
1201 png_size_t text_size, key_size; local
1377 png_size_t text_size; local
1383 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
[all...]
H A Dpngrutil.c182 png_size_t text_size; local
192 text_size = 0;
209 text_size = prefix_size + png_sizeof(msg) + 1;
210 text = (png_charp)png_malloc_warn(png_ptr, text_size);
219 text[text_size - 1] = 0x00;
222 text_size = (png_size_t)(chunklength - (text - chunkdata) - 1);
223 text_size = png_sizeof(msg) > text_size ? text_size :
225 png_memcpy(text + prefix_size, msg, text_size
[all...]
/vbox/src/VBox/Debugger/
H A DDBGPlugInSolaris.cpp188 uint32_t text_size; /**< 54 */ member in struct:SOL32_module
237 uint64_t text_size; /**< 80 */ member in struct:SOL64_module

Completed in 49 milliseconds