Searched refs:tbuf (Results 1 – 1 of 1) sorted by relevance
396 buffer tbuf; in cache_parse_lua() local410 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 …]