Home
last modified time | relevance | path

Searched refs:estrdup (Results 51 – 75 of 134) sorted by relevance

123456

/PHP-5.3/sapi/cgi/
H A Dfastcgi.c714 val = estrdup("RESPONDER"); in fcgi_read_request()
718 val = estrdup("AUTHORIZER"); in fcgi_read_request()
722 val = estrdup("FILTER"); in fcgi_read_request()
1257 val = estrdup(val);
/PHP-5.3/ext/dba/
H A Ddba_db4.c290 return estrdup(DB_VERSION_STRING);
/PHP-5.3/main/streams/
H A Dplain_wrapper.c207 stream->orig_path = estrdup(opened_path); in _php_stream_fopen_tmpfile()
912 realpath = estrdup(filename); in _php_stream_fopen()
1435 pathbuf = estrdup(path); in _php_stream_fopen_with_path()
1444 pathbuf = estrdup(path); in _php_stream_fopen_with_path()
H A Dstreams.c166 char *tmp = estrdup(path); in php_stream_display_wrapper_errors()
1875 BG(CurrentLStatFile) = estrdup(path);
1881 BG(CurrentStatFile) = estrdup(path);
2046 char *tmp = estrdup(path);
2300 vector[nfiles] = estrdup(sdp.d_name);
/PHP-5.3/ext/standard/
H A Dhttp_fopen_wrapper.c429 char *s2, *tmp_c = estrdup(tmp); in php_stream_url_wrap_http_ex()
457 user_headers = estrdup(tmp); in php_stream_url_wrap_http_ex()
814 s = resource->path = estrdup("/"); in php_stream_url_wrap_http_ex()
H A Dinfo.c587 return estrdup(php_uname); in php_get_uname()
955 tmp1 = estrdup(*env); in php_print_info()
1321 return estrdup(logo_guid); in php_logo_guid()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_statement.c224 stmt->columns[colno].name = estrdup(sqlite3_column_name(S->stmt, colno)); in pdo_sqlite_stmt_describe()
/PHP-5.3/sapi/apache2handler/
H A Dsapi_apache2.c127 ctx->content_type = estrdup(val); in php_apache_sapi_header_handler()
497 SG(request_info).auth_user = estrdup(r->user); in php_apache_request_ctor()
/PHP-5.3/ext/ftp/
H A Dftp.c398 ftp->syst = estrdup(syst); in ftp_syst()
546 mkd = estrdup(dir); in ftp_mkdir()
553 mkd = estrdup(mkd); in ftp_mkdir()
628 *response = estrdup(ftp->inbuf); in ftp_alloc()
/PHP-5.3/ext/pdo/
H A Dphp_pdo_driver.h213 return defval ? estrdup(defval) : NULL; in pdo_attr_strval()
/PHP-5.3/win32/
H A Dregistry.c209 orig_path = path = estrdup(path); in UpdateIniFromRegistry()
/PHP-5.3/Zend/
H A Dzend_ini_parser.y174 error_buf = estrdup("Invalid configuration directive\n"); in ini_error()
/PHP-5.3/ext/phar/
H A Ddirstream.c397 internal_file = estrdup(internal_file); in phar_wrapper_open_dir()
527 entry.filename = estrdup(resource->path + 1); in phar_wrapper_mkdir()
H A Dstream.c191 internal_file = estrdup(resource->path + 1); in phar_wrapper_open_url()
729 internal_file = estrdup(resource->path + 1); in phar_wrapper_unlink()
885 entry->filename = estrdup(resource_to->path+1); in phar_wrapper_rename()
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c416 SG(request_info).path_translated = estrdup( LSAPI_GetScriptFileName()); in init_request_info()
761 SG(request_info).path_translated = estrdup(*p); in cli_main()
/PHP-5.3/ext/session/
H A Dmod_files.c167 data->lastkey = estrdup(key); in ps_files_open()
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c427 options->xmlrpc_out.xml_elem_opts.encoding = estrdup(Z_STRVAL_PP(val)); in set_output_options()
797 Z_STRVAL_P(method_name_out) = estrdup(method_name); in decode_request_worker()
1363 Z_STRVAL_P(type) = estrdup(typestr); in set_zval_xmlrpc_type()
/PHP-5.3/
H A DTODO55 that generating string values for zvals doesn't require an estrdup.
/PHP-5.3/ext/filter/
H A Dfilter.c452 orig_var = estrdup(var); in php_sapi_filter()
500 *val = estrdup(""); in php_sapi_filter()
/PHP-5.3/main/
H A Dnetwork.c989 buf = estrdup(errstr);
1013 buf = estrdup(sysbuf);
H A Doutput.c395 OG(active_ob_buffer).handler_name = estrdup(handler_name); in php_ob_set_internal_handler()
455 tmp_buf.handler_name = estrdup(handler_name&&handler_name[0]?handler_name:OB_DEFAULT_HANDLER_NAME); in php_ob_init_named()
H A Dmain.c781 ref = estrdup(docref); in php_verror()
789 target = estrdup(p); in php_verror()
2403 SG(request_info).auth_password = estrdup(pass); in php_handle_auth_data()
2418 SG(request_info).auth_digest = estrdup(auth + 7); in php_handle_auth_data()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c607 SG(request_info).auth_user = estrdup(tmp_user); in init_request_info()
610 SG(request_info).auth_password = estrdup(tmp); in init_request_info()
614 SG(request_info).auth_digest = estrdup(authorization); in init_request_info()
/PHP-5.3/ext/bz2/
H A Dbz2.c239 *opened_path = estrdup(path_copy); in _php_stream_bz2open()
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c272 S->query = estrdup(sql); in pgsql_handle_preparer()
364 id = estrdup((char *)PQgetvalue(res, 0, 0)); in pdo_pgsql_last_insert_id()

Completed in 134 milliseconds

123456