Searched refs:regval_size (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_printing.c618 rpcstr_pull( printer2->printername, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
621 rpcstr_pull( printer2->location, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
624 rpcstr_pull( printer2->comment, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
627 rpcstr_pull( printer2->parameters, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
630 rpcstr_pull( printer2->portname, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
633 rpcstr_pull( printer2->sharename, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
636 rpcstr_pull( printer2->drivername, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
639 rpcstr_pull( printer2->sepfile, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
642 rpcstr_pull( printer2->printprocessor, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
645 rpcstr_pull( printer2->datatype, regval_data_p(val), sizeof(fstring), regval_size(va
[all...]
H A Dreg_objects.c223 uint32 regval_size( REGISTRY_VALUE *val ) function
443 rpcstr_pull( data, regval_data_p(val), sizeof(data), regval_size(val), 0 );
H A Dreg_db.c577 regval_size(val),
H A Dregfio.c1647 vk->data_size = regval_size( value );
1887 datalen = regval_size( r );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/services/
H A Dservices_db.c505 prs_give_memory( &ps, (char *)regval_data_p(val), regval_size(val), False );
602 rpcstr_pull( display_name, regval_data_p(val), sizeof(display_name), regval_size(val), 0 );
648 rpcstr_pull( description, regval_data_p(val), sizeof(description), regval_size(val), 0 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_reg_nt.c540 int num_strings = regval_convert_multi_sz( (uint16*)regval_data_p(val), regval_size(val), &str );
H A Dsrv_spoolss_nt.c2204 size = regval_size( val );
8110 data_len = regval_size(val);
9436 data_len = regval_size( val );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_reg.c43 real_size = regval_size(val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c2326 regval_size(val),
2329 DEBUG(8,("specific: [%s], len: %d\n", regval_name(val), regval_size(val)));
3335 if ( regval_size(guid_val) != sizeof(struct GUID) ) {

Completed in 138 milliseconds