Searched refs:new_key (Results 1 - 5 of 5) sorted by relevance

/external/libpng/
H A Dpngwutil.c1224 * The new_key is allocated to hold the corrected keyword and must be freed
1229 png_check_keyword(png_structp png_ptr, png_charp key, png_charpp new_key) argument
1238 *new_key = NULL;
1248 *new_key = (png_charp)png_malloc_warn(png_ptr, (png_uint_32)(key_len + 2));
1249 if (*new_key == NULL)
1256 for (kp = key, dp = *new_key; *kp != '\0'; kp++, dp++)
1280 kp = *new_key + key_len - 1;
1293 kp = *new_key;
1308 for (kflag = 0, dp = *new_key; *kp != '\0'; kp++)
1332 png_free(png_ptr, *new_key);
1358 png_charp new_key; local
1400 png_charp new_key; local
1460 png_charp new_key = NULL; local
[all...]
H A DCHANGES193 fixed typecasts of "new_key", etc. (Andreas Dilger)
1744 Add some "png_byte" typecasts in png_check_keyword() and write new_key
2294 to ensure that new_key gets initialized and removed extra warning
H A Dpng.h3318 png_charp key, png_charpp new_key)) PNG_PRIVATE;
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwutil.c1201 * The new_key is allocated to hold the corrected keyword and must be freed
1206 png_check_keyword(png_structp png_ptr, png_charp key, png_charpp new_key) argument
1214 *new_key = NULL;
1224 *new_key = (png_charp)png_malloc_warn(png_ptr, (png_uint_32)(key_len + 2));
1225 if (*new_key == NULL)
1232 for (kp = key, dp = *new_key; *kp != '\0'; kp++, dp++)
1256 kp = *new_key + key_len - 1;
1269 kp = *new_key;
1284 for (kflag = 0, dp = *new_key; *kp != '\0'; kp++)
1308 png_free(png_ptr, *new_key);
1334 png_charp new_key; local
1376 png_charp new_key; local
1434 png_charp new_lang, new_key; local
[all...]
H A Dpng.h3094 png_charp key, png_charpp new_key));

Completed in 115 milliseconds