Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dzend_accelerator_blacklist.c245 blacklist_path = zend_strndup(buf, blacklist_path_length); in zend_accel_blacklist_loadone()
283 path_dup = zend_strndup(pbuf, path_length); in zend_accel_blacklist_loadone()
/PHP-7.0/ext/standard/
H A Dsyslog.c148 BG(syslog_device) = zend_strndup(ident, ident_len); in PHP_FUNCTION()
/PHP-7.0/Zend/
H A Dzend_alloc.h73 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length) ZEND_ATTRIBUTE_MALLOC;
206 #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_ini_scanner.c237 ini_filename = zend_strndup(fh->filename, strlen(fh->filename)); in init_ini_scanner()
H A Dzend_alloc.c2597 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length) function
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_auth.c431 ret = (zend_uchar*) zend_strndup(passwd, passwd_len); in mysqlnd_pam_auth_get_auth_data()
/PHP-7.0/main/
H A Dphp_ini.c606 php_ini_opened_path = zend_strndup(Z_STRVAL(tmp), Z_STRLEN(tmp)); in php_init_config()
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c130 Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry))
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c2092 settings->exec = zend_strndup(PHPDBG_G(exec), PHPDBG_G(exec_len)); in main()
/PHP-7.0/ext/soap/
H A Dphp_sdl.c150 new_enc->details.ns = zend_strndup(ns, ns_len); in get_encoder()

Completed in 89 milliseconds