Searched defs:modified (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/lua/
H A Dlua_vmprep.c279 const char *modified; local
294 modified = lua_tostring(L, -1);
299 part = apr_pstrcat(pool, modified, ";", apr_array_pstrcat(pool, paths, ';'),
510 /* On first visit, modified will be zero, but that's fine - The file is
513 if ((cache_info->modified == lua_finfo.mtime && cache_info->size == lua_finfo.size)
514 || cache_info->modified == 0) {
517 cache_info->modified = lua_finfo.mtime;
H A Dlua_vmprep.h109 apr_time_t modified; member in struct:__anon216

Completed in 8 milliseconds