Home
last modified time | relevance | path

Searched refs:STAT_STRUCT (Results 1 – 1 of 1) sorted by relevance

/civetweb-2.7.6/src/third_party/
Dlfs.c123 #define STAT_STRUCT struct stati64 macro
126 #define STAT_STRUCT struct _stati64 macro
134 #define STAT_STRUCT struct stat macro
683 static void push_st_mode (lua_State *L, STAT_STRUCT *info) {
687 static void push_st_dev (lua_State *L, STAT_STRUCT *info) {
691 static void push_st_ino (lua_State *L, STAT_STRUCT *info) {
695 static void push_st_nlink (lua_State *L, STAT_STRUCT *info) {
699 static void push_st_uid (lua_State *L, STAT_STRUCT *info) {
703 static void push_st_gid (lua_State *L, STAT_STRUCT *info) {
707 static void push_st_rdev (lua_State *L, STAT_STRUCT *info) {
[all …]