Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
twebdav_lock Struct Reference

Data Fields

uint64_t locktime
 
char token [33]
 
char path [UTF8_PATH_MAX *2]
 
char user [UTF8_PATH_MAX *2]
 

Detailed Description

Definition at line 2337 of file civetweb.c.

Field Documentation

◆ locktime

uint64_t twebdav_lock::locktime

Definition at line 2338 of file civetweb.c.

Referenced by dav_lock_file().

◆ path

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().

◆ token

char twebdav_lock::token[33]

Definition at line 2339 of file civetweb.c.

Referenced by dav_lock_file(), and print_props().

◆ user

char twebdav_lock::user[UTF8_PATH_MAX *2]

Definition at line 2341 of file civetweb.c.

Referenced by dav_lock_file(), and print_props().


The documentation for this struct was generated from the following file: