Lines Matching refs:wanted
1472 * lua_ap_stat; r:stat(filename [, wanted]) - Runs stat on a file and
1480 apr_int32_t wanted;
1486 wanted = luaL_optinteger(L, 3, APR_FINFO_MIN);
1487 if (apr_stat(&file_info, filename, wanted, r->pool) == OK) {
1489 if (wanted & APR_FINFO_MTIME) {
1494 if (wanted & APR_FINFO_ATIME) {
1499 if (wanted & APR_FINFO_CTIME) {
1504 if (wanted & APR_FINFO_SIZE) {
1509 if (wanted & APR_FINFO_TYPE) {
1514 if (wanted & APR_FINFO_PROT) {