Home
last modified time | relevance | path

Searched refs:wzd_malloc (Results 1 – 25 of 34) sorted by relevance

12

/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_string.c70 str = wzd_malloc(sizeof(wzd_string_t)); in str_allocate()
288 buf = wzd_malloc(str->allocated); in str_prepend()
604 buffer = wzd_malloc( result + 1 ); in str_prepend_printf()
616 buffer = wzd_malloc(length); in str_prepend_printf()
625 buffer = wzd_malloc(length); in str_prepend_printf()
669 buffer = wzd_malloc( result + 1 ); in str_append_printf()
681 buffer = wzd_malloc(length); in str_append_printf()
690 buffer = wzd_malloc(length); in str_append_printf()
785 utf_buf = wzd_malloc(length); in str_utf8_to_local()
818 utf_buf = wzd_malloc(length); in str_local_to_utf8()
[all …]
H A Dwzd_user.c74 user = wzd_malloc(sizeof(wzd_user_t)); in user_allocate()
250 buffer = wzd_malloc(sizeof(wzd_user_t)); in user_update()
356 uid_list = (uid_t*)wzd_malloc((size+1)*sizeof(uid_t)); in user_get_list()
429 uid_list = (uid_t*)wzd_malloc((size+1)*sizeof(uid_t)); in group_list_users()
H A Dwzd_events.c102 mgr->event_list = wzd_malloc( sizeof(List) ); in event_mgr_init()
124 event = wzd_malloc(sizeof(wzd_event_t)); in event_connect_function()
141 event = wzd_malloc(sizeof(wzd_event_t)); in event_connect_external()
426 buf2 = wzd_malloc(length+1); in _cleanup_shell_command()
461 ret = wzd_malloc(sizeof(wzd_popen_t)); in wzd_popen()
H A Dwzd_configfile.c134 filenew = wzd_malloc(sizeof(wzd_configfile_t)); in config_new()
161 array = wzd_malloc(sizeof(*array) * (list_size(file->groups)+1)); in config_get_groups()
191 array = wzd_malloc(sizeof(*array) * (dlist_size(group->values)+1)); in config_get_keys()
726 group->values = wzd_malloc(sizeof(List)); in _configfile_group_init()
745 kv = wzd_malloc(sizeof(*kv)); in _configfile_keyvalue_calloc()
766 config->groups = wzd_malloc(sizeof(List)); in config_init()
768 group = wzd_malloc(sizeof(wzd_configfile_group_t)); in config_init()
1083 group = wzd_malloc(sizeof(wzd_configfile_group_t)); in config_add_group()
1151 group->comment = wzd_malloc(sizeof(wzd_configfile_group_t)); in config_set_group_comment()
H A Dwzd_group.c72 group = wzd_malloc(sizeof(wzd_group_t)); in group_allocate()
247 buffer = wzd_malloc(sizeof(wzd_group_t)); in group_update()
352 gid_list = (gid_t*)wzd_malloc((size+1)*sizeof(gid_t)); in group_get_list()
H A Dwzd_fs.c128 *newdir = wzd_malloc(sizeof(fs_dir_t)); in fs_dir_open()
130 (*newdir)->dirname = wzd_malloc(strlen(pathname)+3); in fs_dir_open()
221 filename = wzd_malloc(sz + 2); in fs_dir_read()
H A Dwzd_dir.c187 entry = wzd_malloc(sizeof(struct wzd_file_t)); in dir_open()
218 char * buffer_vfs = wzd_malloc(WZD_MAX_PATH+1); in dir_open()
243 entry = wzd_malloc(sizeof(struct wzd_file_t)); in dir_open()
H A Dwzd_debug.c118 /*@null@*/ void * wzd_malloc(size_t size) in wzd_malloc() function
154 char * new = wzd_malloc (len + 1); in wzd_strndup()
H A Dwzd_mutex.c81 m = (struct _wzd_mutex_t*)wzd_malloc(sizeof(struct _wzd_mutex_t)); in wzd_mutex_create()
H A Dwzd_debug.h50 void * wzd_malloc(size_t size);
H A Dwzd_messages.c150 file_buffer = wzd_malloc(filesize+1); in getMessage()
303 reply = wzd_malloc(sizeof(struct wzd_reply_t)); in reply_alloc()
H A Dwzd_vfs.c151 new_vfs = wzd_malloc(sizeof(wzd_vfs_t)); in vfs_add_restricted()
375 out = wzd_malloc(length+1); in vfs_replace_cookies()
703 char * buffer_vfs = wzd_malloc(WZD_MAX_PATH+1); in checkpath_new()
H A Dwzd_mod.c110 proto = wzd_malloc (sizeof(protocol_handler_t)); in hook_add_protocol()
111 proto->sig = wzd_malloc(sig_len+1); in hook_add_protocol()
H A Dwzd_list.c303 str_buffer = wzd_malloc(HARD_LS_BUFFERSIZE); in mlst_single_file()
594 utf_buf = wzd_malloc(length); in mlst_format_line()
H A Dwzd_protocol.c61 command = wzd_malloc(sizeof(struct ftp_command_t)); in alloc_ftp_command()
H A Dlibwzd_core.def308 wzd_malloc
H A Dwzd_libmain.c274 return wzd_malloc(sizeof(wzd_context_t)); in context_alloc()
H A Dwzd_vars.c707 var = wzd_malloc(sizeof(struct wzd_shm_vars_t)); in vars_shm_set()
709 var->data = wzd_malloc(datalength); in vars_shm_set()
H A Dwzd_backend.c237 b = wzd_malloc(sizeof(wzd_backend_t)); in backend_register()
251 def = wzd_malloc(sizeof(wzd_backend_def_t)); in backend_register()
H A Dwzd_ClientThread.c777 path = wzd_malloc(WZD_MAX_PATH+1); in do_list()
890 path = wzd_malloc(WZD_MAX_PATH+1); in do_mlsd()
1005 path = wzd_malloc(WZD_MAX_PATH+1); in do_mlst()
1204 path = wzd_malloc(WZD_MAX_PATH + 1); in do_stat()
1267 cmd = wzd_malloc(WZD_MAX_PATH+1); in do_mkdir()
1268 path = wzd_malloc(WZD_MAX_PATH+1); in do_mkdir()
1269 buffer = wzd_malloc(WZD_MAX_PATH+1); in do_mkdir()
3266 context->data_buffer = wzd_malloc(mainConfig->data_buffer_length); in clientThreadProc()
H A Dwzd_file.c342 new_file = wzd_malloc(sizeof(struct wzd_file_t)); in add_new_file()
378 new_file = wzd_malloc(sizeof(struct wzd_file_t)); in file_deep_copy()
420 acl_new = wzd_malloc(sizeof(wzd_acl_line_t)); in addAcl()
1952 file = wzd_malloc(sizeof(struct wzd_file_t)); in file_stat()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/modules/tcl/
H A Dlibwzd_tcl.c645 path = wzd_malloc(WZD_MAX_PATH+1); in tcl_ftp2sys()
747 path = wzd_malloc(WZD_MAX_PATH+1); in tcl_stat()
762 buffer = wzd_malloc(256); in tcl_stat()
792 buffer = wzd_malloc(1024); in tcl_vars()
821 buffer = wzd_malloc(1024); in tcl_vars_group()
864 buffer = wzd_malloc(1024); in tcl_vars_shm()
894 buffer = wzd_malloc(1024); in tcl_vars_user()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/tests/
H A Dtest_wzd_configfile.c71 str_array = wzd_malloc( 3 * sizeof(wzd_string_t*)); in main()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/visual/libwzd-core/
H A Dlibwzd_core.def308 wzd_malloc
/dports/ftp/wzdftpd/wzdftpd-0.8.3/backends/pam/
H A Dlibpam_main.c266 user = wzd_malloc(sizeof(wzd_user_t)); in FCN_GET_USER()

12