Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_proxy.c276 config_values_t pcv[] = { in SETDEFAULTS_FUNC() local
297 pcv[0].destination = df->host; in SETDEFAULTS_FUNC()
298 pcv[1].destination = &(df->port); in SETDEFAULTS_FUNC()
300 if (0 != config_insert_values_internal(srv, da_host->value, pcv)) { in SETDEFAULTS_FUNC()