Home
last modified time | relevance | path

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

1234567

/PHP-5.4/ext/standard/
H A Dfile.c415 temp = name = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
427 value = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
449 temp = name = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
461 value = estrndup(md.token_data, md.token_len); in PHP_FUNCTION()
773 add_index_stringl(return_value, i++, estrndup(s, p-s), p-s, 0); in PHP_FUNCTION()
786 add_index_stringl(return_value, i++, estrndup(s, p-s-windows_eol), p-s-windows_eol, 0); in PHP_FUNCTION()
928 posix_mode = estrndup(mode, mode_len); in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c315 pathdup = estrndup(path + 6, strlen(path + 6)); in php_stream_url_wrap_php()
H A Durl_scanner_ex.c56 tmp = estrndup(new_value, new_value_length); in PHP_INI_MH()
992 *handled_output = estrndup(output, *handled_output_len = output_len); in php_url_scanner_output_handler()
H A Dmath.c924 return estrndup(ptr, end - ptr); in _php_math_longtobase()
960 return estrndup(ptr, end - ptr); in _php_math_zvaltobase()
/PHP-5.4/ext/readline/
H A Dreadline_cli.c188 code = estrndup(prompt_spec + 1, prompt_end - prompt_spec - 1); in cli_get_prompt()
634 cmd = estrndup(&line[1], cmd_len); in readline_shell_run()
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_attr.c200 dfo->timezone_id = estrndup(timezone_id, timezone_id_len); in PHP_FUNCTION()
/PHP-5.4/ext/mysql/
H A Dphp_mysql.c820 host = estrndup(host_and_port, tmp-host_and_port);
1944 table_name = estrndup(Z_STRVAL_P(field), tmp-Z_STRVAL_P(field));
1948 field_name = estrndup(Z_STRVAL_P(field),Z_STRLEN_P(field));
2494 Z_STRVAL_P(return_value) = estrndup(mysql_field->name, Z_STRLEN_P(return_value));
2499 Z_STRVAL_P(return_value) = estrndup(mysql_field->table, Z_STRLEN_P(return_value));
2509 Z_STRVAL_P(return_value) = estrndup(Z_STRVAL_P(return_value), Z_STRLEN_P(return_value));
2582 Z_STRVAL_P(return_value) = estrndup(buf, len);
/PHP-5.4/ext/pdo/
H A Dpdo.c277 parsed[j].optval = estrndup(data_source + valstart, semi - valstart - n_semicolumns); in php_pdo_parse_data_source()
H A Dpdo_sql_parser.c679 name = estrndup(plc->pos, plc->len); in pdo_parse_params()
720 name = estrndup(plc->pos, plc->len); in pdo_parse_params()
H A Dphp_pdo_driver.h211 return estrndup(Z_STRVAL_PP(v), Z_STRLEN_PP(v)); in pdo_attr_strval()
/PHP-5.4/main/
H A Dfopen_wrappers.c782 real_path = estrndup(filepath, copy_len);
807 real_path = estrndup(new_state.cwd, new_state.cwd_length);
/PHP-5.4/Zend/
H A Dzend_interfaces.c223 *str_key = estrndup(Z_STRVAL_P(retval), Z_STRLEN_P(retval)); in zend_user_it_get_current_key()
444 *buffer = (unsigned char*)estrndup(Z_STRVAL_P(retval), Z_STRLEN_P(retval)); in zend_user_serialize()
H A Dzend_operators.c1035 Z_STRVAL_P(result) = estrndup(Z_STRVAL_P(op1), Z_STRLEN_P(op1)); in bitwise_not_function()
1067 result_str = estrndup(Z_STRVAL_P(longer), Z_STRLEN_P(longer)); in bitwise_or_function()
1107 result_str = estrndup(Z_STRVAL_P(shorter), Z_STRLEN_P(shorter)); in bitwise_and_function()
1149 result_str = estrndup(Z_STRVAL_P(shorter), Z_STRLEN_P(shorter)); in bitwise_xor_function()
1727 Z_STRVAL_P(str) = estrndup("1", sizeof("1")-1); in increment_string()
/PHP-5.4/ext/com_dotnet/
H A Dcom_handlers.c287 f.function_name = estrndup(name, len); in com_method_get()
450 *class_name = estrndup(obj->ce->name, obj->ce->name_length); in com_class_name_get()
/PHP-5.4/ext/soap/
H A Dphp_xml.c323 (*namespace) = estrndup((char*)inval, found - (char*)inval); in parse_namespace()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c781 server_name = estrndup(server_name, server_name_len);
801 path = estrndup(SG(request_info).path_translated, path_len);
820 doc_root = estrndup(doc_root, doc_root_len);
1180 char *pt = estrndup(script_path_translated, script_path_translated_len);
/PHP-5.4/
H A DREADME.input_filter133 Z_STRVAL(new_var) = estrndup(*val, val_len);
/PHP-5.4/main/streams/
H A Dmemory.c676 key = estrndup(path, plen); in php_stream_url_wrap_rfc2397()
706 comma = estrndup(comma, dlen); in php_stream_url_wrap_rfc2397()
H A Dxp_socket.c542 return estrndup(str + 1, p - str - 1); in parse_ip_address_ex()
552 host = estrndup(str, colon - str); in parse_ip_address_ex()
/PHP-5.4/ext/phar/
H A Ddirstream.c374 internal_file = estrndup(internal_file - 1, 1); in phar_wrapper_open_dir()
409 internal_file = estrndup(internal_file, in phar_wrapper_open_dir()
/PHP-5.4/ext/mbstring/
H A Dmb_gpc.c333 val = estrndup(val, val_len); in _php_mb_encoding_handler_ex()
/PHP-5.4/ext/session/
H A Dsession.c845 name = estrndup(p + 1, namelen);
942 name = estrndup(p, namelen);
1347 PS(id) = estrndup(Z_STRVAL_PP(ppid), Z_STRLEN_PP(ppid));
1475 PS(id) = estrndup(p, q - p);
1820 PS(id) = estrndup(name, name_len);
2560 PS(id) = estrndup(Z_STRVAL(progress->sid), Z_STRLEN(progress->sid));
/PHP-5.4/ext/exif/
H A Dexif.c1700 info_value->s = estrndup(value, length); in exif_iif_add_value()
1723 info_value->s = estrndup(value, length); in exif_iif_add_value()
2558 …ImageInfo->Thumbnail.data = estrndup(offset + ImageInfo->Thumbnail.offset, ImageInfo->Thumbnail.si… in exif_thumbnail_extract()
2572 (*result) = estrndup(value, byte_count); /* NULL @ byte_count!!! */ in exif_process_undefined()
2610 (*result) = estrndup("", 1); /* force empty string */ in exif_process_string()
2967 ImageInfo->CopyrightEditor = estrndup(value_ptr+length+1, byte_count-length-1); in exif_process_IFD_TAG()
2973 ImageInfo->Copyright = estrndup(value_ptr, byte_count); in exif_process_IFD_TAG()
3064 ImageInfo->make = estrndup(value_ptr, byte_count); in exif_process_IFD_TAG()
3067 ImageInfo->model = estrndup(value_ptr, byte_count); in exif_process_IFD_TAG()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_debug.c559 self->file_name = estrndup(mode + i + 2, j - i - 2); in MYSQLND_METHOD()
656 char *value_str = estrndup(mode + i + 2, j - i - 2); in MYSQLND_METHOD()
/PHP-5.4/ext/dom/
H A Ddom_iterators.c186 *str_key = estrndup(curnode->name, namelen); in php_dom_iterator_current_key()

Completed in 136 milliseconds

1234567