Home
last modified time | relevance | path

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

/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_structs.h334 typedef int (*read_fct_t)(fd_t,char*,size_t,int,unsigned int,void *); typedef
376 read_fct_t read_fct;
H A Dwzd_libmain.c301 context->read_fct = (read_fct_t)clear_read; in context_init()
H A Dwzd_tls.c586 context->read_fct = (read_fct_t)tls_read; in tls_auth_cont()
620 context->read_fct = (read_fct_t)tls_read; in tls_auth_cont()
1050 context->read_fct = (read_fct_t)tls_read; in tls_auth()
H A Dwzd_data.c425 read_fct_t read_fct; in do_local_stor()