Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_rrdtool.c23 buffer *path_rrdtool_bin; member
67 buffer_free(s->path_rrdtool_bin); in FREE_FUNC()
139 args[i++] = p->conf.path_rrdtool_bin->ptr; in mod_rrd_create_pipe()
302 PATCH(path_rrdtool_bin); in mod_rrd_patch_connection()
354 s->path_rrdtool_bin = buffer_init(); in SETDEFAULTS_FUNC()
360 cv[0].destination = s->path_rrdtool_bin; in SETDEFAULTS_FUNC()
369 if (i > 0 && !buffer_is_empty(s->path_rrdtool_bin)) { in SETDEFAULTS_FUNC()
380 p->conf.path_rrdtool_bin = p->config_storage[0]->path_rrdtool_bin; in SETDEFAULTS_FUNC()
385 if (buffer_is_empty(p->conf.path_rrdtool_bin)) { in SETDEFAULTS_FUNC()