Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile.c1097 data_integer *dpid; in config_read() local
1126 dpid = data_integer_init(); in config_read()
1127 dpid->value = getpid(); in config_read()
1128 buffer_copy_string_len(dpid->key, CONST_STR_LEN("var.PID")); in config_read()
1129 array_insert_unique(srv->config, (data_unset *)dpid); in config_read()