Home
last modified time | relevance | path

Searched refs:estrndup (Results 101 – 107 of 107) sorted by relevance

12345

/PHP-7.4/ext/session/
H A Dsession.c1376 sapi_add_header_ex(estrndup(ZSTR_VAL(ncookie.s), ZSTR_LEN(ncookie.s)), ZSTR_LEN(ncookie.s), 0, 0); in php_session_send_cookie()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c671 key = estrndup(ZSTR_VAL(hash_key->key), ZSTR_LEN(hash_key->key)); in sapi_cli_server_register_entry_cb()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1379 filename = estrndup(&Z_STRVAL_P(tmp)[1], Z_STRLEN_P(tmp) - 2); in PHP_FUNCTION()
/PHP-7.4/ext/ffi/
H A Dffi.c4943 filename = estrndup(s, e-s);
4977 filename = estrndup(s, e-s);
/PHP-7.4/ext/gd/
H A Dgd.c3728 str = (unsigned char *) estrndup(C, C_len); in php_imagechar()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c154 new_enc->details.ns = estrndup(ns, ns_len); in get_encoder()
/PHP-7.4/ext/date/
H A Dphp_date.c4987 DATEG(timezone) = estrndup(zone, zone_len); in PHP_FUNCTION()

Completed in 162 milliseconds

12345