Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cml_lua.c396 buffer tbuf; in cache_parse_lua() local
410 tbuf.ptr = timebuf; in cache_parse_lua()
411 tbuf.used = sizeof(timebuf); in cache_parse_lua()
412 tbuf.size = sizeof(timebuf); in cache_parse_lua()
414 tbuf.ptr = ds->value->ptr; in cache_parse_lua()
415 tbuf.used = ds->value->used; in cache_parse_lua()
416 tbuf.size = ds->value->size; in cache_parse_lua()
418 tbuf.size = 0; in cache_parse_lua()
419 tbuf.used = 0; in cache_parse_lua()
420 tbuf.ptr = NULL; in cache_parse_lua()
[all …]