Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
uint64_t | locktime |
char | token [33] |
char | path [UTF8_PATH_MAX *2] |
char | user [UTF8_PATH_MAX *2] |
Definition at line 2337 of file civetweb.c.
uint64_t twebdav_lock::locktime |
Definition at line 2338 of file civetweb.c.
Referenced by dav_lock_file().
char twebdav_lock::path[UTF8_PATH_MAX *2] |
Definition at line 2340 of file civetweb.c.
Referenced by dav_lock_file(), dav_proppatch(), dav_unlock_file(), and print_props().
char twebdav_lock::token[33] |
Definition at line 2339 of file civetweb.c.
Referenced by dav_lock_file(), and print_props().
char twebdav_lock::user[UTF8_PATH_MAX *2] |
Definition at line 2341 of file civetweb.c.
Referenced by dav_lock_file(), and print_props().