Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dglob_wrapper.c150 PHP_STRLCPY(ent->d_name, path, sizeof(ent->d_name), strlen(path)); in php_glob_stream_read()
H A Dtransports.c115 PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n); in _php_stream_xport_create()
H A Dplain_wrapper.c858 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.c1539 PHP_STRLCPY(ent->d_name, Z_STRVAL_P(retval), sizeof(ent->d_name), Z_STRLEN_P(retval)); in php_userstreamop_readdir()
H A Dstreams.c1795 PHP_STRLCPY(wrapper_name, protocol, sizeof(wrapper_name), n);
/PHP-5.5/main/
H A Dphp.h110 #define PHP_STRLCPY(dst, src, size, src_size) \ macro
H A DSAPI.c373 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