Searched refs:php_strnlen (Results 1 – 1 of 1) sorted by relevance
239 static size_t php_strnlen(char* str, size_t maxlen) { in php_strnlen() function2226 length = (int)php_strnlen(value, length); in exif_iif_add_value()2257 length = (int) php_strnlen(value, length); in exif_iif_add_value()3041 if ((byte_count=php_strnlen(value, byte_count)) > 0) { in exif_process_string()3415 if (byte_count>1 && (length=php_strnlen(value_ptr, byte_count)) > 0) { in exif_process_IFD_TAG_impl()3784 if ((l1 = php_strnlen(buffer+2, length-2)) > 0) { in exif_process_APP12()3787 l2 = php_strnlen(buffer+2+l1+1, length-2-l1-1); in exif_process_APP12()
Completed in 19 milliseconds