Searched defs:me (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c386 char *mb = msgbuf, *me = &msgbuf[msglen]; local
403 mb = apr_cpystrn(mb, response + 4, me - mb);
412 mb = apr_cpystrn(mb, response + (' ' == response[0] ? 1 : 4), me - mb);
/httpd/modules/ssl/
H A Dmod_ssl_ct.c817 static void * APR_THREAD_FUNC run_service_thread(apr_thread_t *me, void *data) argument
1082 static void *sct_daemon_thread(apr_thread_t *me, void *data) argument

Completed in 627 milliseconds