Searched refs:total_data (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclitrans.c170 unsigned int total_data=0; local
207 total_data = SVAL(cli->inbuf,smb_tdrcnt);
211 if (total_data!=0) {
212 *data = (char *)SMB_REALLOC(*data,total_data);
231 if (this_data + *data_len > total_data ||
249 if (data_offset_out > total_data ||
250 data_offset_out + this_data > total_data ||
290 if (total_data <= *data_len && total_param <= *param_len) {
313 if (SVAL(cli->inbuf,smb_tdrcnt) < total_data)
314 total_data
466 unsigned int total_data=0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dtrans2.c778 char **pparams, int total_params, char **ppdata, int total_data,
872 if (total_data && (total_data != 4) && !lp_ea_support(SNUM(conn))) {
876 if (total_data != 4) {
877 if (total_data < 10) {
881 if (IVAL(pdata,0) > total_data) {
883 IVAL(pdata,0), (unsigned int)total_data));
888 total_data - 4);
1735 char **pparams, int total_params, char **ppdata, int total_data,
1856 if (total_data <
777 call_trans2open(connection_struct *conn, char *inbuf, char *outbuf, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
1734 call_trans2findfirst(connection_struct *conn, char *inbuf, char *outbuf, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
2027 call_trans2findnext(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
2309 call_trans2qfsinfo(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
2785 call_trans2setfsinfo(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
3232 call_trans2qfilepathinfo(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, unsigned int tran_call, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
4357 smb_info_set_ea(connection_struct *conn, const char *pdata, int total_data, files_struct *fsp, const char *fname) argument
4405 smb_set_file_disposition_info(connection_struct *conn, const char *pdata, int total_data, files_struct *fsp, const char *fname, SMB_STRUCT_STAT *psbuf) argument
4450 smb_file_position_information(connection_struct *conn, const char *pdata, int total_data, files_struct *fsp) argument
4486 smb_file_mode_information(connection_struct *conn, const char *pdata, int total_data) argument
4506 smb_set_file_unix_link(connection_struct *conn, char *inbuf, const char *pdata, int total_data, const char *fname) argument
4568 smb_set_file_unix_hlink(connection_struct *conn, char *inbuf, char *outbuf, const char *pdata, int total_data, pstring fname) argument
4603 smb_file_rename_information(connection_struct *conn, char *inbuf, char *outbuf, const char *pdata, int total_data, files_struct *fsp, pstring fname) argument
4676 smb_set_posix_acl(connection_struct *conn, const char *pdata, int total_data, files_struct *fsp, const char *fname, SMB_STRUCT_STAT *psbuf) argument
4738 smb_set_posix_lock(connection_struct *conn, char *inbuf, int length, const char *pdata, int total_data, files_struct *fsp) argument
4859 smb_set_info_standard(connection_struct *conn, const char *pdata, int total_data, files_struct *fsp, const char *fname, const SMB_STRUCT_STAT *psbuf) argument
4891 smb_set_file_basic_info(connection_struct *conn, const char *pdata, int total_data, files_struct *fsp, const char *fname, SMB_STRUCT_STAT *psbuf) argument
4953 smb_set_file_allocation_info(connection_struct *conn, const char *pdata, int total_data, files_struct *fsp, const char *fname, SMB_STRUCT_STAT *psbuf) argument
5033 smb_set_file_end_of_file_info(connection_struct *conn, const char *pdata, int total_data, files_struct *fsp, const char *fname, SMB_STRUCT_STAT *psbuf) argument
5069 smb_unix_mknod(connection_struct *conn, const char *pdata, int total_data, const char *fname, SMB_STRUCT_STAT *psbuf) argument
5153 smb_set_file_unix_basic(connection_struct *conn, const char *pdata, int total_data, files_struct *fsp, const char *fname, SMB_STRUCT_STAT *psbuf) argument
5318 smb_set_file_unix_info2(connection_struct *conn, const char *pdata, int total_data, files_struct *fsp, const char *fname, SMB_STRUCT_STAT *psbuf) argument
5379 smb_posix_mkdir(connection_struct *conn, char **ppdata, int total_data, const char *fname, SMB_STRUCT_STAT *psbuf, int *pdata_return_size) argument
5473 smb_posix_open(connection_struct *conn, char **ppdata, int total_data, const char *fname, SMB_STRUCT_STAT *psbuf, int *pdata_return_size) argument
5660 smb_posix_unlink(connection_struct *conn, const char *pdata, int total_data, const char *fname, SMB_STRUCT_STAT *psbuf) argument
5742 call_trans2setfilepathinfo(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, unsigned int tran_call, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6143 call_trans2mkdir(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6243 call_trans2findnotifyfirst(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6292 call_trans2findnotifynext(connection_struct *conn, char *inbuf, char *outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6319 call_trans2getdfsreferral(connection_struct *conn, char* inbuf, char* outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
6357 call_trans2ioctl(connection_struct *conn, char* inbuf, char* outbuf, int length, int bufsize, char **pparams, int total_params, char **ppdata, int total_data, unsigned int max_data_bytes) argument
[all...]
H A Dipc.c372 state->name,(unsigned int)state->total_data,(unsigned int)state->total_param,
409 state->setup_count,state->total_data,
464 state->total_data = SVAL(inbuf, smb_tdscnt);
476 if ((dscnt > state->total_data) || (pscnt > state->total_param))
479 if (state->total_data) {
482 state->data = (char *)SMB_MALLOC(state->total_data+100);
485 "bytes !\n", (unsigned int)state->total_data));
491 memset(&state->data[state->total_data], 0, 100);
553 (state->received_data == state->total_data)) {
622 /* Revise total_params and total_data i
[all...]
H A Dnttrans.c2905 &state->data, state->total_data,
2918 &state->data, state->total_data, state->max_data_return);
2930 &state->data, state->total_data, state->max_data_return);
2942 &state->data, state->total_data,
2956 &state->data, state->total_data, state->max_data_return);
2968 &state->data, state->total_data, state->max_data_return);
2981 &state->data, state->total_data, state->max_data_return);
2993 &state->data, state->total_data, state->max_data_return);
3048 state->total_data = IVAL(inbuf, smb_nt_TotalDataCount);
3072 if ((state->total_data > (102
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dctree.c44 u32 total_data, u32 total_size, int nr);
3538 u32 total_data = 0; local
3550 total_data += data_size[i];
3568 total_data -= data_size[i];
3586 total_data = data_size[0];
3590 total_data += data_size[i];
3618 btrfs_set_item_offset(leaf, item, ioff - total_data);
3632 data_end - total_data, btrfs_leaf_data(leaf) +
3682 u32 total_data, u32 total_size, int nr)
3733 btrfs_set_item_offset(leaf, item, ioff - total_data);
3679 setup_items_for_insert(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *cpu_key, u32 *data_size, u32 total_data, u32 total_size, int nr) argument
3795 u32 total_data = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Drgrp.c491 u64 total_data = 0; local
509 total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data);
512 return total_data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c82 * @total_data: The total number of data bytes done.
109 unsigned long total_data; member in struct:s3c_hsotg_ep
585 hs_ep->total_data += to_write;
1399 hs_ep->total_data += to_read;
3102 seq_printf(seq, "total_data=%ld\n", ep->total_data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb.h644 size_t total_data; member in struct:trans_state

Completed in 286 milliseconds