Lines Matching refs:NULL

56     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 }
140 AP_DEBUG_ASSERT(cs != NULL);
157 * r=NULL here to ensure that any dereference
162 r = NULL;
183 apr_socket_t *csd = NULL;
192 while ((r = ap_read_request(c)) != NULL) {
213 * r=NULL here to ensure that any dereference
218 r = NULL;
224 ap_update_child_status(c->sbh, SERVER_BUSY_KEEPALIVE, NULL);
259 NULL, r, r->connection);
261 NULL, r, r->connection);
263 NULL, r, r->connection);
265 NULL, r, r->connection);
294 ap_hook_post_config(http_post_config, NULL, NULL, APR_HOOK_MIDDLE);
295 ap_hook_process_connection(ap_process_http_connection, NULL, NULL,
297 ap_hook_map_to_storage(ap_send_http_trace,NULL,NULL,APR_HOOK_MIDDLE);
298 ap_hook_map_to_storage(http_send_options,NULL,NULL,APR_HOOK_MIDDLE);
299 ap_hook_http_scheme(http_scheme,NULL,NULL,APR_HOOK_REALLY_LAST);
300 ap_hook_default_port(http_port,NULL,NULL,APR_HOOK_REALLY_LAST);
301 ap_hook_create_request(http_create_request, NULL, NULL, APR_HOOK_REALLY_LAST);
304 NULL, AP_FTYPE_PROTOCOL);
307 NULL, AP_FTYPE_PROTOCOL);
310 NULL, AP_FTYPE_TRANSCODE);
313 NULL, AP_FTYPE_PROTOCOL);
316 NULL, AP_FTYPE_PROTOCOL);
322 NULL, /* create per-directory config structure */
323 NULL, /* merge per-directory config structures */
324 NULL, /* create per-server config structure */
325 NULL, /* merge per-server config structures */