• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/

Lines Matching defs:depth

45 BOOL wks_io_q_query_info(const char *desc, WKS_Q_QUERY_INFO *q_u, prs_struct *ps, int depth)
50 prs_debug(ps, depth, desc, "wks_io_q_query_info");
51 depth++;
56 if(!prs_uint32("ptr_srv_name", ps, depth, &q_u->ptr_srv_name))
58 if(!smb_io_unistr2("", &q_u->uni_srv_name, q_u->ptr_srv_name, ps, depth))
63 if(!prs_uint16("switch_value", ps, depth, &q_u->switch_value))
93 static BOOL wks_io_wks_info_100(const char *desc, WKS_INFO_100 *inf, prs_struct *ps, int depth)
98 prs_debug(ps, depth, desc, "wks_io_wks_info_100");
99 depth++;
104 if(!prs_uint32("platform_id ", ps, depth, &inf->platform_id)) /* 0x0000 01f4 - unknown */
106 if(!prs_uint32("ptr_compname", ps, depth, &inf->ptr_compname)) /* pointer to computer name */
108 if(!prs_uint32("ptr_lan_grp ", ps, depth, &inf->ptr_lan_grp)) /* pointer to LAN group name */
110 if(!prs_uint32("ver_major ", ps, depth, &inf->ver_major)) /* 4 - major os version */
112 if(!prs_uint32("ver_minor ", ps, depth, &inf->ver_minor)) /* 0 - minor os version */
115 if(!smb_io_unistr2("", &inf->uni_compname, inf->ptr_compname, ps, depth))
120 if(!smb_io_unistr2("", &inf->uni_lan_grp, inf->ptr_lan_grp , ps, depth))
153 BOOL wks_io_r_query_info(const char *desc, WKS_R_QUERY_INFO *r_u, prs_struct *ps, int depth)
158 prs_debug(ps, depth, desc, "wks_io_r_query_info");
159 depth++;
164 if(!prs_uint16("switch_value", ps, depth, &r_u->switch_value)) /* level 100 (0x64) */
169 if(!prs_uint32("ptr_1 ", ps, depth, &r_u->ptr_1)) /* pointer 1 */
171 if(!wks_io_wks_info_100("inf", r_u->wks100, ps, depth))
174 if(!prs_ntstatus("status ", ps, depth, &r_u->status))