Searched refs:NULL (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/httpd/modules/test/
H A Dmod_optional_hook_import.c24 ap_log_error(APLOG_MARK,APLOG_ERR,OK,NULL, APLOGNO(01866)"Optional hook test said: %s",
32 AP_OPTIONAL_HOOK(optional_hook_test,ImportOptionalHookTestHook,NULL,
33 NULL,APR_HOOK_MIDDLE);
39 NULL,
40 NULL,
41 NULL,
42 NULL,
43 NULL,
H A Dmod_optional_hook_export.c32 ap_hook_log_transaction(ExportLogTransaction,NULL,NULL,APR_HOOK_MIDDLE);
38 NULL,
39 NULL,
40 NULL,
41 NULL,
42 NULL,
H A Dmod_optional_fn_import.c42 ap_hook_log_transaction(ImportLogTransaction,NULL,NULL,APR_HOOK_MIDDLE);
43 ap_hook_optional_fn_retrieve(ImportFnRetrieve,NULL,NULL,APR_HOOK_MIDDLE);
49 NULL,
50 NULL,
51 NULL,
52 NULL,
53 NULL,
H A Dmod_optional_fn_export.c28 ap_log_error(APLOG_MARK,APLOG_ERR,OK,NULL, APLOGNO(01871)
42 NULL,
43 NULL,
44 NULL,
45 NULL,
46 NULL,
/httpd/os/os2/
H A Dos.h37 #define AP_PLATFORM_REWRITE_ARGS_HOOK NULL
/httpd/server/mpm/winnt/
H A Dnt_eventlog.c25 static const char *display_name = NULL;
26 static HANDLE stderr_thread = NULL;
41 apr_pool_create_ex(&p, NULL, NULL, NULL);
47 errarg[4] = NULL;
48 errarg[5] = NULL;
49 errarg[6] = NULL;
50 errarg[7] = NULL;
51 errarg[8] = NULL;
[all...]
/httpd/modules/dav/fs/
H A Dmod_dav_fs.c47 conf->lockdb_path = NULL;
82 arg1, NULL);
85 return NULL;
91 AP_INIT_TAKE1("DAVLockDB", dav_fs_cmd_davlockdb, NULL, RSRC_CONF,
94 { NULL }
99 dav_hook_gather_propsets(dav_fs_gather_propsets, NULL, NULL,
101 dav_hook_find_liveprop(dav_fs_find_liveprop, NULL, NULL, APR_HOOK_MIDDLE);
102 dav_hook_insert_all_liveprops(dav_fs_insert_all_liveprops, NULL, NUL
[all...]
/httpd/os/win32/
H A Dmodules.c37 NULL
46 {NULL, NULL}
55 NULL
/httpd/server/
H A Dutil_cfgtree.c23 if (current == NULL) {
25 if (*parent != NULL) {
32 return NULL;
41 return NULL;
H A Dapreq_module.c27 if (param == NULL)
39 if (args != NULL)
40 if (body != NULL)
45 if (body != NULL)
48 return NULL;
57 if (jar != NULL)
60 return NULL;
H A Dprovider.c24 static apr_hash_t *global_providers = NULL;
25 static apr_hash_t *global_providers_names = NULL;
30 global_providers = NULL;
31 global_providers_names = NULL;
43 if (global_providers == NULL) {
46 apr_pool_cleanup_register(pool, NULL, cleanup_global_providers,
109 if (global_providers == NULL) {
110 return NULL;
116 if (provider_group_hash == NULL) {
117 return NULL;
[all...]
/httpd/test/
H A Dtest_select.c42 srv = select(0, NULL, NULL, NULL, &tv);
/httpd/modules/http/
H A Dhttp_core.c56 if (err != NULL) {
75 return NULL;
82 if (err != NULL) {
87 return NULL;
94 if (err != NULL) {
99 return NULL;
103 AP_INIT_TAKE1("KeepAliveTimeout", set_keep_alive_timeout, NULL, RSRC_CONF,
105 AP_INIT_TAKE1("MaxKeepAliveRequests", set_keep_alive_max, NULL, RSRC_CONF,
108 AP_INIT_FLAG("KeepAlive", set_keep_alive, NULL, RSRC_CONF,
110 { NULL }
[all...]
/httpd/modules/examples/
H A Dmod_example_hooks.c126 static const char *trace = NULL;
203 * - word2 is a NULL pointer if no second argument was specified.
214 * - word2 is a NULL pointer if no second argument was specified.
215 * - word3 is a NULL pointer if no third argument was specified.
226 * - word2 and word3 are NULL pointers if only one argument was specified.
237 * - word3 is a NULL pointer if no third argument was specified.
330 if (s != NULL) {
333 apr_file_t *out = NULL;
364 where = (mconfig != NULL) ? mconfig->loc : "nowhere";
365 where = (where != NULL)
[all...]
/httpd/modules/generators/
H A Dmod_suexec.c64 if (err != NULL) {
71 ap_unixd_config.suexec_disabled_reason, NULL);
79 return NULL;
87 return cfg->active ? &cfg->ugid : NULL;
99 if ((reported == NULL) && ap_unixd_config.suexec_enabled) {
119 AP_INIT_TAKE2("SuexecUserGroup", set_suexec_ugid, NULL, RSRC_CONF,
121 { NULL }
126 ap_hook_get_suexec_identity(get_suexec_id_doer,NULL,NULL,APR_HOOK_MIDDLE);
127 ap_hook_post_config(suexec_post_config,NULL,NUL
[all...]
/httpd/modules/experimental/
H A Dmod_noloris.c63 if (shm == NULL) {
90 static apr_hash_t *connections = NULL;
104 if (shm == NULL) {
116 if (connections == NULL) {
128 if (n == NULL) {
146 for (hi = apr_hash_first(NULL, connections); hi; hi = apr_hash_next(hi)) {
147 apr_hash_this(hi, (const void**) &ip, NULL, (void**)&n);
169 rv = apr_shm_create(&shm, shm_size, NULL, pconf);
174 shm = NULL;
191 ap_hook_process_connection(noloris_conn, NULL, NUL
[all...]
/httpd/modules/arch/unix/
H A Dmod_unixd.c98 if ((ent = getpwuid(uid)) == NULL) {
99 ap_log_error(APLOG_MARK, APLOG_ALERT, errno, NULL, APLOGNO(02155)
118 ap_log_error(APLOG_MARK, APLOG_ALERT, errno, NULL, APLOGNO(02156)
127 ap_log_error(APLOG_MARK, APLOG_ALERT, errno, NULL, APLOGNO(02157)
151 if (NULL != ap_unixd_config.chroot_dir) {
153 ap_log_error(APLOG_MARK, APLOG_ALERT, 0, NULL, APLOGNO(02158)
160 ap_log_error(APLOG_MARK, APLOG_ALERT, errno, NULL, APLOGNO(02159)
167 ap_log_error(APLOG_MARK, APLOG_ALERT, errno, NULL, APLOGNO(02160)
174 ap_log_error(APLOG_MARK, APLOG_ALERT, errno, NULL, APLOGNO(02161)
183 os_init_job_environment(NULL, ap_unixd_confi
[all...]
H A Dmod_systemd.c113 ap_hook_pre_mpm(systemd_pre_mpm, NULL, NULL, APR_HOOK_LAST);
115 ap_hook_monitor(systemd_monitor, NULL, NULL, APR_HOOK_MIDDLE);
122 if (err != NULL) {
127 return NULL;
132 AP_INIT_TAKE1("IdleShutdown", set_shutdown_timer, NULL, RSRC_CONF,
134 {NULL}
139 NULL,
140 NULL,
[all...]
/httpd/modules/loggers/
H A Dmod_log_debug.c52 NULL
59 if (dconf->entries == NULL)
173 if (parent->entries == NULL)
175 else if (new->entries == NULL)
197 &err, NULL);
204 if (args[i] == NULL)
217 if (entry->hook == NULL) {
228 &err, NULL);
238 if (entry->hook == NULL)
246 return NULL;
[all...]
/httpd/modules/ssl/
H A Dssl_util_ssl.c56 NULL, NULL, NULL);
84 if ((bioS=BIO_new_file(filename, "r")) == NULL)
85 return NULL;
89 if (rc == NULL) {
91 if ((bioS = BIO_new_file(filename, "r")) == NULL)
92 return NULL;
94 if ((bioF = BIO_new(BIO_f_base64())) == NULL) {
96 return NULL;
[all...]
/httpd/modules/cluster/
H A Dmod_heartbeat.c48 apr_socket_t *sock = NULL;
64 worker_score *ws = NULL;
89 NULL, APLOGNO(02097) "Heartbeat: apr_socket_create failed");
96 NULL, APLOGNO(02098) "Heartbeat: apr_mcast_loopback failed");
103 NULL, APLOGNO(02099) "Heartbeat: apr_socket_sendto failed");
153 ap_hook_watchdog_need(hb_watchdog_need, NULL, NULL, APR_HOOK_MIDDLE);
154 ap_hook_watchdog_init(hb_watchdog_init, NULL, NULL, APR_HOOK_MIDDLE);
155 ap_hook_watchdog_step(hb_watchdog_step, NULL, NUL
[all...]
/httpd/modules/core/
H A Dmod_so.c134 if (modi->modp == NULL)
141 modi->modp = NULL;
142 modi->name = NULL;
152 if (filename != NULL && ap_strchr_c(filename, '/') == NULL) {
157 if (fullname == NULL && !retry) {
163 return NULL;
168 return NULL;
174 NULL);
199 *(ap_directive_t **)dummy = NULL;
[all...]
/httpd/modules/metadata/
H A Dmod_env.c69 res->unsetenv = NULL;
100 if (env_var != NULL) {
108 return NULL;
121 return NULL;
133 apr_table_set(sconf->unsetenv, arg, NULL);
136 return NULL;
141 AP_INIT_ITERATE("PassEnv", add_env_module_vars_passed, NULL,
143 AP_INIT_TAKE12("SetEnv", add_env_module_vars_set, NULL,
145 AP_INIT_ITERATE("UnsetEnv", add_env_module_vars_unset, NULL,
147 {NULL},
[all...]
/httpd/modules/dav/main/
H A Dutil_lock.c53 if (lock == NULL || hooks == NULL) {
68 for (lock_scan = lock; lock_scan != NULL; lock_scan = lock_scan->next)
72 if (pbuf == NULL)
81 for (; lock != NULL; lock = lock->next) {
135 time_t now = time(NULL);
188 &lock)) != NULL) {
223 if (strcmp(child->name, "owner") == 0 && lock->owner == NULL) {
234 NULL, &text, NULL);
[all...]
/httpd/modules/aaa/
H A Dmod_authz_user.c43 {NULL}
52 const char *err = NULL;
99 const char *expr_err = NULL;
103 &expr_err, NULL);
108 expr_err, NULL);
112 return NULL;
123 NULL,
141 NULL, /* dir merger --- default is to override */
142 NULL, /* server config */
143 NULL, /* merg
[all...]

Completed in 43 milliseconds

1234567891011>>