Searched defs:env (Results 1 - 25 of 27) sorted by relevance

12

/PHP_5_3/sapi/fpm/fpm/
H A Dfpm_conf.h83 struct key_value_s *env; member in struct:fpm_worker_pool_config_s
H A Dfastcgi.h112 HashTable *env; member in struct:_fcgi_request
H A Dfpm_log.c227 case 'e': /* fastcgi env */
234 char *env = fcgi_getenv((fcgi_request*) SG(server_context), format, strlen(format)); local
235 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", env ? env : "-");
/PHP_5_3/sapi/isapi/stresstest/
H A Dstresstest.cpp57 TEnvironment env; member in struct:_TIsapiContext
668 context.env.RemoveAll();
669 context.env["PATH_TRANSLATED"]= filename;
670 context.env["SCRIPT_MAP"]= filename;
671 context.env["CONTENT_TYPE"]= "";
672 context.env["CONTENT_LENGTH"]= "";
673 context.env["QUERY_STRING"]= arg;
674 context.env["METHOD"]="GET";
675 context.env["PATH_INFO"] = "";
682 context.env["METHO
[all...]
/PHP_5_3/
H A Dserver-tests.php168 function execute($command, $args=NULL, $input=NULL, $cwd=NULL, $env=NULL)
179 $pipes, $cwd, $env);
218 function executeCode($php, $ini_overwrites, $code, $remove_headers=true, $cwd=NULL, $env=NULL)
226 $out = execute($php, $params, $code, $cwd, $env);
414 #arg env var value default description
477 public $env = array(); variable
483 $this->env = $_ENV; variable
588 return executeCode($this->conf['TEST_PHP_EXECUTABLE'],$this->ini_overwrites, $script,$removeheaders,$cwd,$this->env);
678 // env var config settings
679 $this->env variable
1109 $env = $this->env; variable
1263 $env = $this->getENVSettings($section_text,$tmp_file); variable
[all...]
/PHP_5_3/ext/mbstring/oniguruma/
H A Dregcomp.c1872 disable_noname_group_capture(Node** root, regex_t* reg, ScanEnv* env) argument
1878 map = (GroupNumRemap* )xalloca(sizeof(GroupNumRemap) * (env->num_mem + 1));
1880 for (i = 1; i <= env->num_mem; i++) {
1890 for (i = 1, pos = 1; i <= env->num_mem; i++) {
1892 SCANENV_MEM_NODES(env)[pos] = SCANENV_MEM_NODES(env)[i];
1897 loc = env->capture_history;
1898 BIT_STATUS_CLEAR(env->capture_history);
1901 BIT_STATUS_ON_AT_SIMPLE(env->capture_history, map[i].new_val);
1905 env
2002 get_min_match_length(Node* node, OnigDistance *min, ScanEnv* env) argument
2130 get_max_match_length(Node* node, OnigDistance *max, ScanEnv* env) argument
2724 subexp_inf_recursive_check(Node* node, ScanEnv* env, int head) argument
2808 subexp_inf_recursive_check_trav(Node* node, ScanEnv* env) argument
2921 subexp_recursive_check_trav(Node* node, ScanEnv* env) argument
2990 setup_subexp_call(Node* node, ScanEnv* env) argument
3132 setup_look_behind(Node* node, regex_t* reg, ScanEnv* env) argument
3301 setup_comb_exp_check(Node* node, int state, ScanEnv* env) argument
3445 setup_tree(Node* node, regex_t* reg, int state, ScanEnv* env) argument
4038 alt_merge_opt_exact_info(OptExactInfo* to, OptExactInfo* add, OptEnv* env) argument
4319 alt_merge_node_opt_info(NodeOptInfo* to, NodeOptInfo* add, OptEnv* env) argument
4334 optimize_node_left(Node* node, NodeOptInfo* opt, OptEnv* env) argument
4756 OptEnv env; local
[all...]
/PHP_5_3/TSRM/
H A Dtsrm_nw.c55 char *command = NULL, *argv[MAX_ARGS] = {'\0'}, **env = NULL; local
116 env = (char **) NXMemAlloc(sizeof(char *) * envCount, 0);
117 if (!env)
120 err = NXCopyEnv(env, envCount);
122 NXMemFree (env);
132 NXMemFree (env);
144 NXMemFree (env);
165 envSpec.esEnv = (void **) env;
205 if (env)
206 NXMemFree (env);
[all...]
H A Dtsrm_win32.c457 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) argument
544 res = CreateProcessAsUser(token_user, NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process);
547 res = CreateProcess(NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process);
/PHP_5_3/ext/imap/
H A Dphp_imap.c2653 ENVELOPE *env; local
2659 env = mail_newenvelope();
2663 rfc822_parse_adrlist(&env->to, str_copy, defaulthost);
2668 addresstmp = env->to;
2688 mail_free_envelope(&env);
3424 ENVELOPE *env; local
3429 (env = mail_fetch_structure (imap_le_struct->imap_stream, i, NIL, NIL))) {
3432 if (env->subject) {
3433 add_property_string(myoverview, "subject", env->subject, 1);
3435 if (env
3487 ENVELOPE *env; local
[all...]
/PHP_5_3/ext/oci8/
H A Dphp_oci8_int.h113 OCIEnv *env; /*env of this session pool */ member in struct:__anon108
122 OCIEnv *env; /* private env handle */ member in struct:__anon109
492 OCIEnv *env; /* global environment handle */ variable
/PHP_5_3/ext/pdo_oci/
H A Dphp_pdo_oci_int.h34 OCIEnv *env; member in struct:__anon141
/PHP_5_3/ext/pdo_odbc/
H A Dpdo_odbc.c100 char *env = malloc(sizeof("DB2INSTANCE=") + strlen(instance)); local
101 if (!env) {
104 strcpy(env, "DB2INSTANCE=");
105 strcat(env, instance);
106 putenv(env);
107 /* after this point, we can't free env without breaking the environment */
H A Dphp_pdo_odbc_int.h129 PDO_ODBC_HENV env; member in struct:__anon146
/PHP_5_3/ext/soap/
H A Dphp_packet_soap.c29 xmlNodePtr trav, env, head, body, resp, cur, fault; local
56 env = NULL;
60 if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_1_ENV_NAMESPACE)) {
61 env = trav;
64 } else if (env == NULL && node_is_equal_ex(trav,"Envelope",SOAP_1_2_ENV_NAMESPACE)) {
65 env = trav;
76 if (env == NULL) {
82 attr = env->properties;
104 trav = env->children;
/PHP_5_3/ext/standard/
H A Dbasic_functions.c1886 ZEND_ARG_INFO(0, env) /* ARRAY_INFO(0, env, 1) */
3445 char **env;
3447 for (env = environ; env != NULL && *env != NULL; env++) {
3448 if (!strncmp(*env, pe->key, pe->key_len) && (*env)[pe->key_len] == '=') { /* found it */
3449 *env
4059 char *p, **env; local
[all...]
H A Dinfo.c657 char **env, *tmp1, *tmp2; local
954 for (env=environ; env!=NULL && *env !=NULL; env++) {
955 tmp1 = estrdup(*env);
H A Dproc_open.c79 php_process_env_t env; local
90 memset(&env, 0, sizeof(env));
93 return env;
100 env.envarray = (char **) pecalloc(1, sizeof(char *), is_persistent);
102 env.envp = (char *) pecalloc(4, 1, is_persistent);
103 return env;
108 return env;
135 ep = env.envarray = (char **) pecalloc(cnt + 1, sizeof(char *), is_persistent);
137 p = env
217 _php_free_envp(php_process_env_t env, int is_persistent) argument
500 php_process_env_t env; local
[all...]
H A Dproc_open.h50 php_process_env_t env; member in struct:php_process_handle
/PHP_5_3/main/
H A Dphp_variables.c446 char **env, *p, *t = buf; local
457 for (env = environ; env != NULL && *env != NULL; env++) {
458 p = strchr(*env, '=');
462 nlen = p - *env;
467 memcpy(t, *env, nlen);
/PHP_5_3/sapi/apache/
H A Dphp_apache.c263 table_entry *env; local
273 env = (table_entry *)env_arr->elts;
275 if (env[i].key && (!PG(safe_mode) || (PG(safe_mode) && strncasecmp(env[i].key, "authorization", 13)))) {
276 php_info_print_table_row(2, env[i].key, env[i].val);
281 env = (table_entry *)env_arr->elts;
283 if (env[i].key) {
284 php_info_print_table_row(2, env[i].key, env[
[all...]
/PHP_5_3/sapi/apache_hooks/
H A Dphp_apache.c1674 table_entry *env; local
1684 env = (table_entry *)env_arr->elts;
1686 if (env[i].key && (!PG(safe_mode) || (PG(safe_mode) && strncasecmp(env[i].key, "authorization", 13)))) {
1687 php_info_print_table_row(2, env[i].key, env[i].val);
1692 env = (table_entry *)env_arr->elts;
1694 if (env[i].key) {
1695 php_info_print_table_row(2, env[i].key, env[
[all...]
/PHP_5_3/sapi/cgi/
H A Dfastcgi.h112 HashTable *env; member in struct:_fcgi_request
/PHP_5_3/sapi/litespeed/
H A Dlsapilib.c2112 char **env; local
2114 env = *_NSGetEnviron();
2116 env = environ;
2118 while( env != NULL && *env != NULL ) {
2119 if ( !strncmp(*env, "LSAPI_", 6) ||
2120 !strncmp( *env, "PHP_LSAPI_", 10 ) ) {
2121 char ** del = env;
2126 ++env;
/PHP_5_3/ext/date/
H A Dphp_date.c848 char *env; local
855 env = getenv("TZ");
856 if (env && *env && timelib_timezone_id_is_valid(env, tzdb)) {
857 return env;
/PHP_5_3/ext/mysql/
H A Dphp_mysql.c719 char *env; local
725 if ((env = getenv("MYSQL_TCP_PORT"))) {
726 MySG(default_port) = (uint) atoi(env);

Completed in 76 milliseconds

12