Home
last modified time | relevance | path

Searched refs:PHP_STREAM_COPY_ALL (Results 126 – 150 of 319) sorted by relevance

12345678910>>...13

/dports/lang/php74/php-7.4.27/ext/phar/
H A Dzip.c1299 len = PHP_STREAM_COPY_ALL; in phar_zip_flush()
1494 int ret = php_stream_copy_to_stream_ex(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen); in phar_zip_flush()
1564 php_stream_copy_to_stream_ex(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL); in phar_zip_flush()
/dports/www/mod_php73/php-7.3.33/ext/phar/
H A Dzip.c1260 len = PHP_STREAM_COPY_ALL; in phar_zip_flush()
1455 int ret = php_stream_copy_to_stream_ex(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen); in phar_zip_flush()
1525 php_stream_copy_to_stream_ex(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL); in phar_zip_flush()
/dports/www/mod_php74/php-7.4.27/ext/phar/
H A Dzip.c1299 len = PHP_STREAM_COPY_ALL; in phar_zip_flush()
1494 int ret = php_stream_copy_to_stream_ex(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen); in phar_zip_flush()
1564 php_stream_copy_to_stream_ex(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL); in phar_zip_flush()
/dports/www/mod_php80/php-8.0.15/ext/phar/
H A Dzip.c1279 len = PHP_STREAM_COPY_ALL; in phar_zip_flush()
1466 int ret = php_stream_copy_to_stream_ex(pass.centralfp, pass.filefp, PHP_STREAM_COPY_ALL, &clen); in phar_zip_flush()
1534 php_stream_copy_to_stream_ex(pass.filefp, phar->fp, PHP_STREAM_COPY_ALL, NULL); in phar_zip_flush()
/dports/lang/php73/php-7.3.33/
H A DREADME.STREAMS109 PHP_STREAM_COPY_ALL as the maxlen parameter, otherwise maxlen indicates the
122 data remaining on the stream if you set maxlen to PHP_STREAM_COPY_ALL.
/dports/www/mod_php81/php-8.1.1/docs/
H A Dstreams.md112 `PHP_STREAM_COPY_ALL` as the maxlen parameter, otherwise maxlen indicates the
126 remaining on the stream if you set maxlen to `PHP_STREAM_COPY_ALL`. The buffer
/dports/www/mod_php81/php-8.1.1/ext/mysqlnd/
H A Dmysqlnd_auth.c881 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_sha256_get_rsa_key()
1171 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_caching_sha2_get_key()
/dports/www/mod_php74/php-7.4.27/docs/
H A Dstreams.md112 `PHP_STREAM_COPY_ALL` as the maxlen parameter, otherwise maxlen indicates the
126 remaining on the stream if you set maxlen to `PHP_STREAM_COPY_ALL`. The buffer
/dports/lang/php81/php-8.1.1/docs/
H A Dstreams.md112 `PHP_STREAM_COPY_ALL` as the maxlen parameter, otherwise maxlen indicates the
126 remaining on the stream if you set maxlen to `PHP_STREAM_COPY_ALL`. The buffer
/dports/lang/php74/php-7.4.27/docs/
H A Dstreams.md112 `PHP_STREAM_COPY_ALL` as the maxlen parameter, otherwise maxlen indicates the
126 remaining on the stream if you set maxlen to `PHP_STREAM_COPY_ALL`. The buffer
/dports/lang/php81/php-8.1.1/ext/mysqlnd/
H A Dmysqlnd_auth.c881 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_sha256_get_rsa_key()
1171 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_caching_sha2_get_key()
/dports/lang/php74/php-7.4.27/ext/mysqlnd/
H A Dmysqlnd_auth.c893 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_sha256_get_rsa_key()
1176 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_caching_sha2_get_key()
/dports/lang/php80/php-8.0.15/docs/
H A Dstreams.md112 `PHP_STREAM_COPY_ALL` as the maxlen parameter, otherwise maxlen indicates the
126 remaining on the stream if you set maxlen to `PHP_STREAM_COPY_ALL`. The buffer
/dports/lang/php80/php-8.0.15/ext/mysqlnd/
H A Dmysqlnd_auth.c891 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_sha256_get_rsa_key()
1174 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_caching_sha2_get_key()
/dports/www/mod_php73/php-7.3.33/
H A DREADME.STREAMS109 PHP_STREAM_COPY_ALL as the maxlen parameter, otherwise maxlen indicates the
122 data remaining on the stream if you set maxlen to PHP_STREAM_COPY_ALL.
/dports/www/mod_php80/php-8.0.15/docs/
H A Dstreams.md112 `PHP_STREAM_COPY_ALL` as the maxlen parameter, otherwise maxlen indicates the
126 remaining on the stream if you set maxlen to `PHP_STREAM_COPY_ALL`. The buffer
/dports/www/mod_php74/php-7.4.27/ext/mysqlnd/
H A Dmysqlnd_auth.c893 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_sha256_get_rsa_key()
1176 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_caching_sha2_get_key()
/dports/www/mod_php80/php-8.0.15/ext/mysqlnd/
H A Dmysqlnd_auth.c891 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_sha256_get_rsa_key()
1174 if ((key_str = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0)) != NULL) { in mysqlnd_caching_sha2_get_key()
/dports/lang/php73/php-7.3.33/ext/pdo/
H A Dpdo_sql_parser.re217 buf = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0);
/dports/databases/php80-pdo/php-8.0.15/ext/pdo/
H A Dpdo_sql_parser.re242 buf = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0);
/dports/databases/php81-pdo/php-8.1.1/ext/pdo/
H A Dpdo_sql_parser.re235 buf = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0);
/dports/databases/php81-pdo_pgsql/php-8.1.1/ext/pdo_pgsql/
H A Dpgsql_statement.c361 zend_string *str = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0); in pgsql_stmt_param_hook()
/dports/databases/php74-pdo/php-7.4.27/ext/pdo/
H A Dpdo_sql_parser.re243 buf = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0);
/dports/databases/php73-pdo/php-7.3.33/ext/pdo/
H A Dpdo_sql_parser.re217 buf = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0);
/dports/www/mod_php81/php-8.1.1/ext/pdo_pgsql/
H A Dpgsql_statement.c361 zend_string *str = php_stream_copy_to_mem(stm, PHP_STREAM_COPY_ALL, 0); in pgsql_stmt_param_hook()

12345678910>>...13