Lines Matching refs:tbuf
396 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()
423 if (HANDLER_FINISHED == http_response_handle_cachable(srv, con, &tbuf)) { in cache_parse_lua()