Searched defs:pt (Results 1 - 6 of 6) sorted by relevance
/httpd/modules/loggers/ |
H A D | mod_log_forensic.c | 106 static int log_init(apr_pool_t *pc, apr_pool_t *p, apr_pool_t *pt, argument
|
H A D | mod_log_config.c | 861 *a == 'h' ? "%pt" : "%pT", 1533 static int init_config_log(apr_pool_t *pc, apr_pool_t *p, apr_pool_t *pt, server_rec *s) argument
|
/httpd/modules/filters/ |
H A D | sed0.c | 202 sed_reptr_t *pt, *pt1; local 440 if ((pt = commands->labtab->chain) != NULL) { 441 while ((pt1 = pt->lb1) != NULL) 442 pt = pt1; 443 pt->lb1 = commands->rep; 461 pt = lpt->chain; 462 while ((pt1 = pt->lb1) != NULL) 463 pt = pt1; 464 pt->lb1 = commands->rep;
|
/httpd/server/ |
H A D | util_script.c | 394 char *pt = apr_pstrcat(r->pool, pa_req->filename, pa_req->path_info, local 398 apr_filepath_merge(&pt, "", pt, APR_FILEPATH_NATIVE, r->pool); 400 apr_table_setn(e, "PATH_TRANSLATED", pt);
|
/httpd/support/win32/ |
H A D | ApacheMonitor.c | 429 POINT pt; local 447 GetCursorPos(&pt); 449 pt.x, pt.y, 0, hWnd, NULL); 459 POINT pt; local 475 GetCursorPos(&pt); 477 pt.x, pt.y, 0, hWnd, NULL);
|
/httpd/server/mpm/event/ |
H A D | event.c | 1057 listener_poll_type *pt = apr_pcalloc(p, sizeof(*pt)); local 1079 pt->type = PT_CSD; 1080 pt->baton = cs; 1081 cs->pfd.client_data = pt; 1316 listener_poll_type *pt = ap_malloc(sizeof(*pt)); local 1317 pt->type = PT_SERF; 1318 pt->baton = serf_baton; 1319 pfd->client_data = pt; 1328 listener_poll_type *pt = pfd->client_data; local 1340 listener_poll_type *pt; local 1394 listener_poll_type *pt = (listener_poll_type *) pfd->client_data; local 1543 listener_poll_type *pt = apr_palloc(p, sizeof(*pt)); local 1872 listener_poll_type *pt = (listener_poll_type *) out_pfd->client_data; local [all...] |
Completed in 37 milliseconds