Home
last modified time | relevance | path

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

12345

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c440 *SG(request_info).argv = estrndup(PHPDBG_G(exec), PHPDBG_G(exec_len)); in PHPDBG_COMMAND()
1397 path = estrndup(param->str, param->len); in PHPDBG_COMMAND()
H A Dphpdbg_out.c990 msgout = estrndup(msg, msglen); in phpdbg_process_print()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c894 return estrndup(message, i); in _php_pgsql_trim_message()
2000 params[i] = estrndup(Z_STRVAL(tmp_val), Z_STRLEN(tmp_val));
2196 params[i] = estrndup(ZSTR_VAL(str), ZSTR_LEN(str));
2397 return estrndup("", sizeof("") - 1);
4575 to = estrndup(tmp, to_len);
5009 params[i] = estrndup(ZSTR_VAL(str), ZSTR_LEN(str));
5182 params[i] = estrndup(ZSTR_VAL(tmp_str), ZSTR_LEN(tmp_str));
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c1067 buf = estrndup(ZSTR_VAL(resource->path), ZSTR_LEN(resource->path)); in php_stream_ftp_mkdir()
H A Dstring.c1691 dirname = estrndup(path, path_len);
1846 haystack_dup = estrndup(ZSTR_VAL(haystack), ZSTR_LEN(haystack));
1855 orig_needle = estrndup(Z_STRVAL_P(needle), Z_STRLEN_P(needle));
5046 res = estrndup(arg, arglen);
5179 buf = estrndup(rbuf, len);
H A Dbasic_functions.c4182 pe.putenv_string = estrndup(setting, setting_len);
4183 pe.key = estrndup(setting, setting_len);
/PHP-7.4/main/
H A Dnetwork.c549 tmp = estrndup(addr, colon - addr);
H A Doutput.c968 context->out.data = estrndup(Z_STRVAL(retval), Z_STRLEN(retval)); in php_output_handler_op()
/PHP-7.4/ext/soap/
H A Dsoap.c1147 service->uri = estrndup(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in PHP_METHOD()
1154 service->actor = estrndup(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in PHP_METHOD()
1787 fn_name = estrndup(Z_STRVAL(h->function_name),Z_STRLEN(h->function_name));
1826 fn_name = estrndup(Z_STRVAL(function_name),Z_STRLEN(function_name));
4510 char *str = estrndup(function_name,len);
H A Dphp_encoding.c842 str = estrndup(Z_STRVAL_P(data), Z_STRLEN_P(data)); in to_xml_string()
846 str = estrndup(ZSTR_VAL(tmp), ZSTR_LEN(tmp)); in to_xml_string()
3002 str = estrndup(Z_STRVAL_P(data), Z_STRLEN_P(data)); in to_xml_list()
/PHP-7.4/ext/dba/
H A Ddba.c235 *key_free = *key_str = estrndup(Z_STRVAL(tmp), Z_STRLEN(tmp));
/PHP-7.4/ext/libxml/
H A Dlibxml.c428 char *haystack = estrndup(Z_STRVAL_P(header), Z_STRLEN_P(header)); in php_libxml_input_buffer_create_filename()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c227 stream->orig_path = estrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path)); in _php_stream_fopen_temporary_file()
H A Dstreams.c1843 char *tmp = estrndup(protocol, n);
/PHP-7.4/ext/ldap/
H A Dldap.c2244 ldap_mods[i]->mod_type = estrndup(ZSTR_VAL(attribute), ZSTR_LEN(attribute)); in php_ldap_do_modify()
2795 ldap_mods[i]->mod_type = estrndup(Z_STRVAL_P(attrib), Z_STRLEN_P(attrib)); in PHP_FUNCTION()
2823 ldap_mods[i]->mod_bvalues[j]->bv_val = estrndup(ZSTR_VAL(modval), ZSTR_LEN(modval)); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend.c209 *pbuf = estrndup("", 0); in ZEND_INI_END()
/PHP-7.4/ext/curl/
H A Dinterface.c123 copystr = estrndup(str, len); in php_curl_option_str()
2995 post = estrndup(ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt()
/PHP-7.4/ext/gmp/
H A Dgmp.c585 *buffer = (unsigned char *) estrndup(ZSTR_VAL(buf.s), ZSTR_LEN(buf.s)); in gmp_serialize()
/PHP-7.4/ext/ftp/
H A Dftp.c477 ftp->pwd = estrndup(pwd, end - pwd); in ftp_pwd()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c788 cp = estrndup(RCAST(const char *, ms->search.s), in mprint()
H A Dapprentice.c1344 filearr[files++] = estrndup(mfn, (mflen > sizeof(mfn) - 1)? sizeof(mfn) - 1: mflen); in apprentice_load()
/PHP-7.4/ext/iconv/
H A Diconv.c422 output_context->out.data = estrndup(ZSTR_VAL(out), ZSTR_LEN(out)); in php_iconv_output_handler()
/PHP-7.4/ext/zip/
H A Dphp_zip.c1703 remove_path = estrndup(remove_path, real_len - 1);
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c699 pattern = estrndup(p, pattern_len); in pcre_get_compiled_regex_cache_ex()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch529 + filearr[files++] = estrndup(mfn, (mflen > sizeof(mfn) - 1)? sizeof(mfn) - 1: mflen);
3368 + cp = estrndup(RCAST(const char *, ms->search.s),

Completed in 218 milliseconds

12345