zend_strndup 73 Zend/zend_alloc.h ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length) ZEND_ATTRIBUTE_MALLOC; zend_strndup 206 Zend/zend_alloc.h #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(length))) zend_strndup 235 Zend/zend_ini_scanner.c ini_filename = zend_strndup(fh->filename, strlen(fh->filename)); zend_strndup 431 ext/mysqlnd/mysqlnd_auth.c ret = (zend_uchar*) zend_strndup(passwd, passwd_len); zend_strndup 243 ext/opcache/zend_accelerator_blacklist.c blacklist_path = zend_strndup(buf, blacklist_path_length); zend_strndup 281 ext/opcache/zend_accelerator_blacklist.c path_dup = zend_strndup(pbuf, path_length); zend_strndup 150 ext/soap/php_sdl.c new_enc->details.ns = zend_strndup(ns, ns_len); zend_strndup 148 ext/standard/syslog.c BG(syslog_device) = zend_strndup(ident, ident_len); zend_strndup 604 main/php_ini.c php_ini_opened_path = zend_strndup(Z_STRVAL(tmp), Z_STRLEN(tmp)); zend_strndup 107 sapi/litespeed/lsapi_main.c Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry)) zend_strndup 1962 sapi/phpdbg/phpdbg.c settings->exec = zend_strndup(PHPDBG_G(exec), PHPDBG_G(exec_len));