Home
last modified time | relevance | path

Searched refs:estrndup (Results 151 – 157 of 157) sorted by relevance

1234567

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.c1617 *message = estrndup(stats_header->message, stats_header->message_len);
/PHP-5.4/Zend/
H A Dzend_vm_def.h4263 str_key = estrndup(prop_name, str_key_len);
4656 EG(error_reporting_ini_entry)->value = estrndup("0", sizeof("0")-1);
H A Dzend_vm_execute.h880 EG(error_reporting_ini_entry)->value = estrndup("0", sizeof("0")-1); in ZEND_BEGIN_SILENCE_SPEC_HANDLER()
11729 str_key = estrndup(prop_name, str_key_len); in ZEND_FE_FETCH_SPEC_VAR_HANDLER()
/PHP-5.4/ext/gd/
H A Dgd.c3662 str = (unsigned char *) estrndup(C, C_len); in php_imagechar()
/PHP-5.4/ext/soap/
H A Dphp_sdl.c152 new_enc->details.ns = estrndup(ns, ns_len); in get_encoder()
/PHP-5.4/ext/date/
H A Dphp_date.c4092 DATEG(timezone) = estrndup(zone, zone_len); in PHP_FUNCTION()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c3852 property_info_tmp.name = estrndup(name, name_len); in ZEND_METHOD()

Completed in 163 milliseconds

1234567