Searched refs:PHP_STRLCPY (Results 1 – 7 of 7) sorted by relevance
/PHP-5.4/main/streams/ |
H A D | glob_wrapper.c | 150 PHP_STRLCPY(ent->d_name, path, sizeof(ent->d_name), strlen(path)); in php_glob_stream_read()
|
H A D | transports.c | 115 PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n); in _php_stream_xport_create()
|
H A D | plain_wrapper.c | 829 PHP_STRLCPY(ent->d_name, result->d_name, sizeof(ent->d_name), strlen(result->d_name)); in php_plain_files_dirstream_read()
|
H A D | userspace.c | 1529 PHP_STRLCPY(ent->d_name, Z_STRVAL_P(retval), sizeof(ent->d_name), Z_STRLEN_P(retval)); in php_userstreamop_readdir()
|
H A D | streams.c | 1800 PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n);
|
/PHP-5.4/main/ |
H A D | php.h | 111 #define PHP_STRLCPY(dst, src, size, src_size) \ macro
|
H A D | SAPI.c | 373 PHP_STRLCPY(newtype, *mimetype, newlen + 1, len); in sapi_apply_default_charset() 801 PHP_STRLCPY(newheader, "Content-type: ", newlen, sizeof("Content-type: ")-1); in sapi_header_op()
|
Completed in 41 milliseconds