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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c3450 static const struct s_notify_info_data_table notify_info_data_table[] = variable in typeref:struct:s_notify_info_data_table
3512 for (i = 0; i < (sizeof(notify_info_data_table)/sizeof(struct s_notify_info_data_table)); i++) {
3513 if ( (notify_info_data_table[i].type == type)
3514 && (notify_info_data_table[i].field == field) ) {
3515 switch(notify_info_data_table[i].size) {
3548 for (i = 0; i < (sizeof(notify_info_data_table)/sizeof(struct s_notify_info_data_table)); i++) {
3549 if (notify_info_data_table[i].type == type &&
3550 notify_info_data_table[i].field == field)
3551 return notify_info_data_table[i].size;
3564 for (i = 0; notify_info_data_table[
[all...]

Completed in 165 milliseconds