Searched refs:sig_buf (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/phar/ |
H A D | phar.c | 770 char sig_buf[8], *sig_ptr = sig_buf; local 776 || 8 != php_stream_read(fp, sig_buf, 8) 777 || memcmp(sig_buf+4, "GBMB", 4)) { 796 || 4 != php_stream_read(fp, sig_buf, 4)) { 805 sig_ptr = sig_buf; 3145 char sig_buf[4]; local 3190 phar_set_32(sig_buf, digest_len); 3191 php_stream_write(newfile, sig_buf, 4); 3196 phar_set_32(sig_buf, phar->sig_flags); 3197 php_stream_write(newfile, sig_buf, 4);
|
Completed in 19 milliseconds