Searched refs:log_chunk (Results 1 – 4 of 4) sorted by relevance
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/test/ |
H A D | logtest.py | 180 for log_chunk in data: 190 self._handleLogError(msg, data, marker, log_chunk) 193 self._handleLogError(msg, data, marker, log_chunk)
|
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/test/ |
H A D | logtest.py | 177 for log_chunk in data: 187 self._handleLogError(msg, data, marker, log_chunk) 190 self._handleLogError(msg, data, marker, log_chunk)
|
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/obs-scripting/ |
H A D | obs-scripting-lua.c | 964 dstr_copy(&data->log_chunk, msg); in lua_script_log() 966 const char *start = data->log_chunk.array; in lua_script_log() 980 dstr_resize(&data->log_chunk, 0); in lua_script_log() 1220 dstr_free(&data->log_chunk); in obs_lua_script_destroy()
|
H A D | obs-scripting-lua.h | 71 struct dstr log_chunk; member
|