Searched refs:prv (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/ext/openssl/tests/ |
H A D | bug41033.phpt | 9 $prv = 'file://' . __DIR__ . '/' . 'bug41033.pem'; 13 $prkeyid = openssl_get_privatekey($prv, "1234");
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | compress.c | 223 int urv, prv, rv = 0; in file_zmagic() local 267 prv = format_decompression_error(ms, i, newbuf); in file_zmagic() 269 prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz); in file_zmagic() 270 if (prv == -1) in file_zmagic()
|
/PHP-7.4/ext/fileinfo/ |
H A D | libmagic.patch | 1452 prv = format_decompression_error(ms, i, newbuf); 1454 - prv = file_buffer(ms, -1, NULL, name, newbuf, nsz); 1455 + prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz); 1456 if (prv == -1)
|
Completed in 80 milliseconds