Searched refs:sig_buf (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/phar/ |
H A D | phar.c | 775 char sig_buf[8], *sig_ptr = sig_buf; local 781 || 8 != php_stream_read(fp, sig_buf, 8) 782 || memcmp(sig_buf+4, "GBMB", 4)) { 801 || 4 != php_stream_read(fp, sig_buf, 4)) { 810 sig_ptr = sig_buf; 3107 char sig_buf[4]; local 3152 phar_set_32(sig_buf, digest_len); 3153 php_stream_write(newfile, sig_buf, 4); 3158 phar_set_32(sig_buf, phar->sig_flags); 3159 php_stream_write(newfile, sig_buf, 4);
|
Completed in 10 milliseconds