Home
last modified time | relevance | path

Searched refs:PHP_STRLCPY (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/main/streams/
H A Dglob_wrapper.c138 PHP_STRLCPY(ent->d_name, path, sizeof(ent->d_name), strlen(path)); in php_glob_stream_read()
H A Dtransports.c116 PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n); in _php_stream_xport_create()
H A Dplain_wrapper.c1027 PHP_STRLCPY(ent->d_name, result->d_name, sizeof(ent->d_name), strlen(result->d_name)); in php_plain_files_dirstream_read()
H A Duserspace.c1400 PHP_STRLCPY(ent->d_name, Z_STRVAL(retval), sizeof(ent->d_name), Z_STRLEN(retval)); in php_userstreamop_readdir()
H A Dstreams.c1841 PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n);
/PHP-8.1/main/
H A Dphp.h142 #define PHP_STRLCPY(dst, src, size, src_size) \ macro
H A DSAPI.c375 PHP_STRLCPY(newtype, *mimetype, newlen + 1, len); in sapi_apply_default_charset()
788 PHP_STRLCPY(newheader, "Content-type: ", newlen, sizeof("Content-type: ")-1); in sapi_header_op()
/PHP-8.1/ext/phar/
H A Ddirstream.c113 PHP_STRLCPY(dirent->d_name, ZSTR_VAL(str_key), sizeof(dirent->d_name), ZSTR_LEN(str_key)); in phar_dir_read()

Completed in 32 milliseconds