Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dsyslog.c74 BG(syslog_device) = zend_strndup(ident, ident_len); in PHP_FUNCTION()
H A Dbasic_functions.c758 pe.putenv_string = zend_strndup(setting, setting_len);
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c255 blacklist_path = zend_strndup(buf, blacklist_path_length); in zend_accel_blacklist_loadone()
293 path_dup = zend_strndup(pbuf, path_length); in zend_accel_blacklist_loadone()
/php-src/Zend/
H A Dzend_alloc.h65 ZEND_API ZEND_ATTRIBUTE_MALLOC char* ZEND_FASTCALL zend_strndup(const char *s, size_t length);
207 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len…
H A Dzend_alloc.c2687 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length) function
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.c444 return persistent? zend_strndup(ptr, length ) : estrndup_rel(ptr, length); in mysqlnd_zend_mm_pestrndup()
H A Dmysqlnd_auth.c633 ret = (zend_uchar*) zend_strndup(passwd, passwd_len); in mysqlnd_pam_auth_get_auth_data()
/php-src/main/
H A Dphp_ini.c614 php_ini_opened_path = zend_strndup(Z_STRVAL(tmp), Z_STRLEN(tmp)); in php_init_config()
/php-src/sapi/phpdbg/
H A Dphpdbg.c278 PHPDBG_G(exec) = zend_strndup(ZSTR_VAL(exec), ZSTR_LEN(exec)); in PHP_FUNCTION()
1691 settings->exec = zend_strndup(PHPDBG_G(exec), PHPDBG_G(exec_len)); in main()
/php-src/ext/zend_test/
H A Dtest.c1307 char * copy = zend_strndup(str, str_len); in ZEND_GET_MODULE()
/php-src/sapi/litespeed/
H A Dlsapi_main.c114 Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry))
/php-src/ext/soap/
H A Dphp_sdl.c150 new_enc->details.ns = zend_strndup(ns, ns_len); in get_encoder()

Completed in 56 milliseconds