Searched refs:hdr_size (Results 1 – 1 of 1) sorted by relevance
537 int hdr_size = sizeof(gdFont) - sizeof(char *); in PHP_FUNCTION() local565 while (b < hdr_size && (n = php_stream_read(stream, (char*)&font[b], hdr_size - b)) > 0) { in PHP_FUNCTION()581 body_size_check = php_stream_tell(stream) - hdr_size; in PHP_FUNCTION()
Completed in 18 milliseconds