Home
last modified time | relevance | path

Searched refs:zend_strndup (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c252 blacklist_path = zend_strndup(buf, blacklist_path_length); in zend_accel_blacklist_loadone()
290 path_dup = zend_strndup(pbuf, path_length); in zend_accel_blacklist_loadone()
/PHP-7.4/ext/standard/
H A Dsyslog.c154 BG(syslog_device) = zend_strndup(ident, ident_len); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_alloc.h71 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length) ZEND_ATTRIBUTE_MALLOC;
211 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len…
H A Dzend_ini_scanner.l235 ini_filename = zend_strndup(fh->filename, strlen(fh->filename)); in init_ini_scanner()
H A Dzend_alloc.c2641 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length) function
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c763 return persistent? zend_strndup(ptr, length ) : estrndup_rel(ptr, length); in mysqlnd_zend_mm_pestrndup()
H A Dmysqlnd_auth.c653 ret = (zend_uchar*) zend_strndup(passwd, passwd_len); in mysqlnd_pam_auth_get_auth_data()
/PHP-7.4/main/
H A Dphp_ini.c642 php_ini_opened_path = zend_strndup(Z_STRVAL(tmp), Z_STRLEN(tmp)); in php_init_config()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c315 PHPDBG_G(exec) = zend_strndup(ZSTR_VAL(exec), ZSTR_LEN(exec)); in PHP_FUNCTION()
2122 settings->exec = zend_strndup(PHPDBG_G(exec), PHPDBG_G(exec_len)); in main()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c115 Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry))
/PHP-7.4/ext/soap/
H A Dphp_sdl.c151 new_enc->details.ns = zend_strndup(ns, ns_len); in get_encoder()

Completed in 79 milliseconds