Searched refs:pszInfoPtr (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/exif/ |
H A D | exif.c | 3051 static int exif_process_user_comment(image_info_type *ImageInfo, char **pszInfoPtr, char **pszEncod… in exif_process_user_comment() argument 3085 (unsigned char**)pszInfoPtr, in exif_process_user_comment() 3091 len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment() 3107 (unsigned char**)pszInfoPtr, in exif_process_user_comment() 3113 len = exif_process_string_raw(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment() 3132 exif_process_string(pszInfoPtr, szValuePtr, ByteCount); in exif_process_user_comment() 3133 return strlen(*pszInfoPtr); in exif_process_user_comment()
|
Completed in 20 milliseconds