Home
last modified time | relevance | path

Searched refs:AJP13_CPONG_REPLY (Results 1 – 3 of 3) sorted by relevance

/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/common/
H A Djk_ajp13.h112 #define AJP13_CPONG_REPLY (unsigned char)9 macro
H A Djk_ajp_common.c995 if ((cmd = jk_b_get_byte(msg)) != AJP13_CPONG_REPLY) {
1005 cmd > AJP13_CPONG_REPLY) {
1025 ae->last_op = AJP13_CPONG_REPLY;
1622 ae->last_op != AJP13_CPONG_REPLY) {
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dmod_ajp13.c762 ,AJP13_CPONG_REPLY = 9 enumerator
931 case AJP13_CPONG_REPLY: in ajp13_recv_parse_loop()