Home
last modified time | relevance | path

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

1234567

/PHP-5.4/Zend/
H A Dzend_closures.c164 …invoke->internal_function.function_name = estrndup(ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_… in zend_get_closure_invoke_method()
H A Dzend_API.h574 Z_STRVAL_P(__z) = (duplicate?estrndup(__s, Z_STRLEN_P(__z)):(char*)__s);\
582 Z_STRVAL_P(__z) = (duplicate?estrndup(__s, __l):(char*)__s);\
H A Dzend.h666 #define STR_EMPTY_ALLOC() estrndup("", sizeof("")-1)
H A Dzend_API.c2815 fcc->function_handler->internal_function.function_name = estrndup(mname, mlen); in zend_is_callable_check_func()
2993 *callable_name = estrndup(Z_STRVAL_P(callable), Z_STRLEN_P(callable)); in zend_is_callable_ex()
3104 *callable_name = estrndup("Array", sizeof("Array")-1); in zend_is_callable_ex()
3132 *callable_name = estrndup(Z_STRVAL(expr_copy), Z_STRLEN(expr_copy)); in zend_is_callable_ex()
3421 …me = ce->type & ZEND_INTERNAL_CLASS ? zend_strndup(name, name_length) : estrndup(name, name_length… in zend_declare_property_ex()
H A Dzend_compile.c111 property_info->name = estrndup(property_info->name, property_info->name_length); in zend_duplicate_property_info()
114 property_info->doc_comment = estrndup(property_info->doc_comment, property_info->doc_comment_len); in zend_duplicate_property_info()
255 p = estrndup(new_compiled_filename, length); in zend_set_compiled_filename()
503 tmp_name = estrndup(name, name_len); in zend_add_const_name_literal()
526 tmp_name = estrndup(name, name_len); in zend_add_const_name_literal()
1330 …CG(active_op_array)->this_var = lookup_cv(CG(active_op_array), estrndup("this", sizeof("this")-1),… in zend_do_end_variable_parse()
1873 …cur_arg_info->name = zend_new_interned_string(estrndup(varname->u.constant.value.str.val, varname-… in zend_do_receive_arg()
1984 Z_STRVAL(name) = estrndup(Z_STRVAL(name), Z_STRLEN(name)); in zend_do_begin_method_call()
4147 …doc_comment = property_info->doc_comment ? estrndup(property_info->doc_comment, property_info->doc… in zend_do_traits_property_binding()
5495 …LITERAL_STRINGL(opline->op1, estrndup("shell_exec", sizeof("shell_exec")-1), sizeof("shell_exec")-… in zend_do_shell_exec()
[all …]
H A Dzend_execute_API.c520 colon = estrndup(colon, Z_STRLEN_P(p)); in zval_update_constant_ex()
533 actual = estrndup(actual, actual_len); in zval_update_constant_ex()
H A Dzend_exceptions.c673 str = estrndup("", 0); in ZEND_METHOD()
/PHP-5.4/ext/calendar/
H A Dcalendar.c581 *ret = estrndup(old, (p - old) + 1); in heb_number_to_chars()
/PHP-5.4/ext/com_dotnet/
H A Dcom_typeinfo.c250 name_dup = estrndup(search_string, l); in php_com_load_typelib_via_cache()
H A Dcom_saproxy.c348 …*class_name = estrndup(php_com_saproxy_class_entry->name, php_com_saproxy_class_entry->name_length… in saproxy_class_name_get()
/PHP-5.4/ext/odbc/
H A Dphp_odbc.c1346 filename = estrndup(&Z_STRVAL_PP(tmp)[1], Z_STRLEN_PP(tmp) - 2); in PHP_FUNCTION()
1777 Z_STRVAL_P(tmp) = estrndup(buf, Z_STRLEN_P(tmp)); in php_odbc_fetch_hash()
1786 Z_STRVAL_P(tmp) = estrndup(result->values[i].value,Z_STRLEN_P(tmp)); in php_odbc_fetch_hash()
1932 Z_STRVAL_P(tmp) = estrndup(buf, Z_STRLEN_P(tmp)); in PHP_FUNCTION()
1941 Z_STRVAL_P(tmp) = estrndup(result->values[i].value,Z_STRLEN_P(tmp)); in PHP_FUNCTION()
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_statement.c551 *ptr = estrndup(tmp_ptr, tmp_len); in pgsql_stmt_get_col()
/PHP-5.4/ext/mbstring/
H A Dmbstring.c684 tmpstr = (char *)estrndup(value+1, value_length-2); in php_mb_parse_encoding_list()
688 tmpstr = (char *)estrndup(value, value_length); in php_mb_parse_encoding_list()
1118 res = estrndup(*line, pos - *line); in php_mb_rfc1867_getword()
2056 encstr = estrndup(encstr, encstr_len); in PHP_FUNCTION()
2128 mimetype = estrndup(SG(sapi_headers).mimetype,s-SG(sapi_headers).mimetype); in PHP_FUNCTION()
4153 to_r = estrndup(to, to_len); in PHP_FUNCTION()
/PHP-5.4/main/
H A Doutput.c881 handler->name = estrndup(name, name_len); in php_output_handler_init()
982 context->out.data = estrndup(Z_STRVAL_P(retval), Z_STRLEN_P(retval)); in php_output_handler_op()
H A Dmain.c1231 SG(request_info).current_user = estrndup(name, len); in php_get_current_user()
1256 SG(request_info).current_user = estrndup(pwd->pw_name, SG(request_info).current_user_length); in php_get_current_user()
2473 primary_file->opened_path = estrndup(realfile, realfile_len); in php_execute_script()
/PHP-5.4/ext/pdo_odbc/
H A Dodbc_stmt.c652 buf = estrndup(C->data, 256); in odbc_stmt_get_col()
/PHP-5.4/ext/phar/
H A Dphar_internal.h79 # define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(le…
/PHP-5.4/ext/pgsql/
H A Dpgsql.c863 return estrndup(message, i);
1878 params[i] = estrndup(Z_STRVAL(tmp_val), Z_STRLEN(tmp_val));
2085 params[i] = estrndup(Z_STRVAL(tmp_val), Z_STRLEN(tmp_val));
2410 Z_STRVAL_P(return_value) = estrndup(Z_STRVAL_P(return_value),Z_STRLEN_P(return_value));
4334 to = estrndup(tmp, to_len);
4757 params[i] = estrndup(Z_STRVAL(tmp_val), Z_STRLEN(tmp_val));
4912 params[i] = estrndup(Z_STRVAL(tmp_val), Z_STRLEN(tmp_val));
/PHP-5.4/ext/imap/
H A Dphp_imap.c1226 IMAPG(imap_user) = estrndup(user, user_len); in php_imap_do_open()
1227 IMAPG(imap_password) = estrndup(passwd, passwd_len); in php_imap_do_open()
2653 str_copy = estrndup(str, str_len); in PHP_FUNCTION()
3119 search_criteria = estrndup(criteria, criteria_len); in PHP_FUNCTION()
3490 str_copy = estrndup(Z_STRVAL_PP(value), Z_STRLEN_PP(value)); \ in PHP_FUNCTION()
4103 search_criteria = estrndup(criteria, criteria_len); in PHP_FUNCTION()
/PHP-5.4/ext/pdo_mysql/
H A Dmysql_statement.c686 cols[i].name = estrndup(S->fields[i].name, namelen);
/PHP-5.4/ext/pdo_oci/
H A Doci_statement.c540 col->name = estrndup((char *)colname, namelen); in oci_stmt_describe()
/PHP-5.4/ext/oci8/
H A Doci8_statement.c86 statement->last_query = estrndup(query, query_len); in php_oci_statement_create()
592 outcol->name = estrndup((char*) colname, outcol->name_len); in php_oci_statement_execute()
/PHP-5.4/sapi/fpm/fpm/
H A Dfastcgi.c481 s = estrndup((char*)p + name_len, val_len); in fcgi_get_params()
/PHP-5.4/ext/spl/
H A Dspl_iterators.c1500 intern->u.regex.regex = estrndup(regex, regex_len); in spl_dual_it_construct()
2004 subject = estrndup(intern->current.str_key, subject_len); in SPL_METHOD()
2029 subject = estrndup(subject, subject_len); in SPL_METHOD()
2042 subject = estrndup(subject, subject_len); in SPL_METHOD()
/PHP-5.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c571 cp = estrndup((const char *)ms->search.s, ms->search.rm_len); in mprint()
2078 haystack = estrndup(ms->search.s, ms->search.s_len); in magiccheck()

Completed in 196 milliseconds

1234567