Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile-glue.c304 buffer_copy_string_buffer(srv->cond_check_buf, l); in config_check_cond_nocache()
305 buffer_append_string_len(srv->cond_check_buf, CONST_STR_LEN(":")); in config_check_cond_nocache()
306 buffer_append_long(srv->cond_check_buf, sock_addr_get_port(&(srv_sock->addr))); in config_check_cond_nocache()
307 l = srv->cond_check_buf; in config_check_cond_nocache()
310 buffer_copy_string_len(srv->cond_check_buf, l->ptr, val_colon - l->ptr); in config_check_cond_nocache()
311 l = srv->cond_check_buf; in config_check_cond_nocache()
361 buffer_copy_string_len(srv->cond_check_buf, dc->string->ptr, nm_slash - dc->string->ptr); in config_check_cond_nocache()
363 if (INADDR_NONE == (val_inp.s_addr = inet_addr(srv->cond_check_buf->ptr))) { in config_check_cond_nocache()
364 … log_error_write(srv, __FILE__, __LINE__, "sb", "ERROR: ip addr is invalid:", srv->cond_check_buf); in config_check_cond_nocache()
370 if (0 == inet_aton(srv->cond_check_buf->ptr, &val_inp)) { in config_check_cond_nocache()
[all …]
H A Dbase.h606 buffer *cond_check_buf; member
H A Dserver.c222 CLEAN(cond_check_buf); in server_init()
310 CLEAN(cond_check_buf); in server_free()