Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_rrdtool.c24 buffer *path_rrd; member
68 buffer_free(s->path_rrd); in FREE_FUNC()
233 if (0 == stat(s->path_rrd->ptr, &st)) { in mod_rrdtool_create_rrd()
237 "not a regular file:", s->path_rrd); in mod_rrdtool_create_rrd()
249 buffer_append_string_buffer(p->cmd, s->path_rrd); in mod_rrdtool_create_rrd()
303 PATCH(path_rrd); in mod_rrd_patch_connection()
322 PATCH(path_rrd); in mod_rrd_patch_connection()
355 s->path_rrd = buffer_init(); in SETDEFAULTS_FUNC()
361 cv[1].destination = s->path_rrd; in SETDEFAULTS_FUNC()
412 if (buffer_is_empty(s->path_rrd)) continue; in TRIGGER_FUNC()
[all …]