Home
last modified time | relevance | path

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

1234567

/PHP-5.4/ext/session/
H A Dmod_files.c323 data->basedir = estrndup(save_path, data->basedir_len); in PS_OPEN_FUNC()
/PHP-5.4/ext/phar/
H A Dstream.c86 resource->scheme = estrndup("phar", 4); in phar_parse_url()
262 entry->filename = estrndup("", 0); in phar_wrapper_open_url()
328 PHAR_G(cwd) = estrndup(entry, PHAR_G(cwd_len)); in phar_wrapper_open_url()
H A Dzip.c1216 entry.filename = estrndup(".phar/alias.txt", sizeof(".phar/alias.txt")-1); in phar_zip_flush()
1266 tmp = estrndup(user_stub, len); in phar_zip_flush()
1300 entry.filename = estrndup(".phar/stub.php", sizeof(".phar/stub.php")-1); in phar_zip_flush()
1332 entry.filename = estrndup(".phar/stub.php", sizeof(".phar/stub.php")-1); in phar_zip_flush()
/PHP-5.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c648 Z_STRVAL_P(elem) = estrndup(pStr, Z_STRLEN_P(elem)); in XMLRPC_to_PHP()
666 Z_STRVAL_P(elem) = estrndup(XMLRPC_GetValueDateTime_ISO8601(el), Z_STRLEN_P(elem)); in XMLRPC_to_PHP()
673 Z_STRVAL_P(elem) = estrndup(pStr, Z_STRLEN_P(elem)); in XMLRPC_to_PHP()
/PHP-5.4/Zend/
H A Dzend_language_parser.y851 …| T_NS_SEPARATOR namespace_name { char *tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.cons…
857 …| T_NS_SEPARATOR namespace_name { char *tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.cons…
925 …| T_NS_SEPARATOR namespace_name { char *tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.cons…
943 …| T_NS_SEPARATOR namespace_name { char *tmp = estrndup(Z_STRVAL($2.u.constant), Z_STRLEN($2.u.cons…
H A Dzend_language_scanner.c874 zendlval->value.str.val = (char *) estrndup(yytext, yyleng); \
1158 zendlval->value.str.val = (char *) estrndup(yytext, yyleng); in lex_scan()
3062 zendlval->value.str.val = estrndup(yytext+bprefix+1, yyleng-bprefix-2); in lex_scan()
3606 CG(doc_comment) = estrndup(yytext, yyleng); in lex_scan()
3918 CG(heredoc) = estrndup(s, CG(heredoc_len)); in lex_scan()
4223 dirname = estrndup(filename, filename_len); in lex_scan()
4390 zendlval->value.str.val = estrndup(func_name, zendlval->value.str.len); in lex_scan()
4422 zendlval->value.str.val = estrndup(filename, zendlval->value.str.len); in lex_scan()
4471 zendlval->value.str.val = estrndup(trait_name, zendlval->value.str.len); in lex_scan()
7591 zendlval->value.str.val = (char *)estrndup(yytext, yyleng); in lex_scan()
[all …]
H A Dzend_ini.c291 duplicate = estrndup(new_value, new_value_length); in zend_alter_ini_entry_ex()
H A Dzend_object_handlers.c996 call_user_call->function_name = estrndup(method_name, method_len); in zend_get_user_call_function()
1139 callstatic_user_call->function_name = estrndup(method_name, method_len); in zend_get_user_callstatic_function()
1516 *class_name = estrndup(ce->name, ce->name_length); in zend_std_object_get_class_name()
H A Dzend.c238 Z_STRVAL_P(expr_copy) = estrndup("1", 1); in zend_make_printable_zval()
251 Z_STRVAL_P(expr_copy) = estrndup("Array", Z_STRLEN_P(expr_copy)); in zend_make_printable_zval()
/PHP-5.4/main/
H A Dnetwork.c534 tmp = estrndup(addr, colon - addr);
649 *textaddr = estrndup(ua->sun_path, *textaddrlen);
H A DSAPI.c203 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
718 header_line = estrndup(header_line, header_line_len); in sapi_header_op()
/PHP-5.4/ext/standard/
H A Durl_scanner_ex.re54 tmp = estrndup(new_value, new_value_length);
457 *handled_output = estrndup(output, *handled_output_len = output_len);
H A Dhttp_fopen_wrapper.c168 transport_string = estrndup(Z_STRVAL_PP(tmpzval), Z_STRLEN_PP(tmpzval)); in php_stream_url_wrap_http_ex()
191 transport_string = estrndup(Z_STRVAL_PP(tmpzval), Z_STRLEN_PP(tmpzval)); in php_stream_url_wrap_http_ex()
H A Dbrowscap.c510 lookup_browser_name = estrndup(agent_name, agent_name_len); in PHP_FUNCTION()
/PHP-5.4/ext/pdo/
H A Dpdo_sql_parser.re321 name = estrndup(plc->pos, plc->len);
362 name = estrndup(plc->pos, plc->len);
H A Dpdo_dbh.c141 supp = estrndup(Z_STRVAL_PP(item), Z_STRLEN_PP(item)); in pdo_handle_error()
581 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
1114 stmt->query_string = estrndup(statement, statement_len); in PHP_METHOD()
/PHP-5.4/sapi/pi3web/
H A Dpi3web_sapi.c252 return estrndup(variable_buf, variable_len); in sapi_pi3web_read_cookies()
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c850 server_name = estrndup(server_name, server_name_len);
870 path = estrndup(SG(request_info).path_translated, path_len);
896 doc_root = estrndup(doc_root, doc_root_len);
1238 char *pt = estrndup(script_path_translated, script_path_translated_len);
/PHP-5.4/ext/hash/
H A Dhash.c91 char *lower = estrndup(algo, algo_len); in php_hash_fetch_ops()
106 char *lower = estrndup(algo, algo_len); in php_hash_register_algo()
/PHP-5.4/main/streams/
H A Duserspace.c409 *opened_path = estrndup(Z_STRVAL_P(zopened), Z_STRLEN_P(zopened)); in user_wrapper_opener()
531 uwrap->protoname = estrndup(protocol, protocol_len); in PHP_FUNCTION()
532 uwrap->classname = estrndup(classname, classname_len); in PHP_FUNCTION()
H A Dtransports.c109 char *tmp = estrndup(protocol, n); in _php_stream_xport_create()
/PHP-5.4/ext/xsl/
H A Dxsltprocessor.c165 xpath_expr = estrndup(Z_STRVAL_PP(value), Z_STRLEN_PP(value)); in php_xsl_xslt_make_params()
931 intern->profiling = estrndup(filename,filename_len); in PHP_FUNCTION()
/PHP-5.4/sapi/aolserver/
H A Daolserver.c553 new_key = estrndup(value, val - value); in php_ns_config()
/PHP-5.4/ext/curl/
H A Dinterface.c203 copystr = estrndup(url, len); in php_curl_option_url()
1312 ch->header.str = estrndup(buf, buf_len); in curl_debug()
1888 copystr = estrndup(Z_STRVAL_PP(zvalue), Z_STRLEN_PP(zvalue)); in _php_curl_setopt()
2161 post = estrndup(Z_STRVAL_PP(zvalue), Z_STRLEN_PP(zvalue)); in _php_curl_setopt()
2225 copystr = estrndup(Z_STRVAL_PP(zvalue), Z_STRLEN_PP(zvalue)); in _php_curl_setopt()
H A Dstreams.c102 Z_STRVAL_P(header) = estrndup(data, length); in on_header_available()

Completed in 108 milliseconds

1234567