• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/

Lines Matching refs:pol

107 	if(!smb_io_pol_hnd("", &r_r->pol, ps, depth))
176 if (!smb_io_pol_hnd("", &r_r->pol, ps, depth))
192 void init_reg_q_flush_key(REG_Q_FLUSH_KEY *q_u, POLICY_HND *pol)
194 memcpy(&q_u->pol, pol, sizeof(q_u->pol));
212 if(!smb_io_pol_hnd("", &r_q->pol, ps, depth))
527 memcpy(&q_o->pol, hnd, sizeof(q_o->pol));
546 if(!smb_io_pol_hnd("", &r_q->pol, ps, depth))
612 memcpy(&q_o->pol, hnd, sizeof(q_o->pol));
631 if(!smb_io_pol_hnd("", &r_q->pol, ps, depth))
676 if(!smb_io_pol_hnd("", &r_q->pol, ps, depth))
768 if(!smb_io_pol_hnd("", &r_r->pol, ps, depth))
785 memcpy(&q_c->pol, hnd, sizeof(q_c->pol));
803 if(!smb_io_pol_hnd("", &q_u->pol, ps, depth))
826 if(!smb_io_pol_hnd("", &r_u->pol, ps, depth))
841 void init_reg_q_set_key_sec(REG_Q_SET_KEY_SEC *q_i, POLICY_HND *pol, SEC_DESC_BUF *sec_desc_buf)
843 memcpy(&q_i->pol, pol, sizeof(q_i->pol));
867 if(!smb_io_pol_hnd("", &r_q->pol, ps, depth))
907 void init_reg_q_get_key_sec(REG_Q_GET_KEY_SEC *q_i, POLICY_HND *pol,
910 memcpy(&q_i->pol, pol, sizeof(q_i->pol));
937 if(!smb_io_pol_hnd("", &r_q->pol, ps, depth))
955 void init_reg_r_get_key_sec(REG_R_GET_KEY_SEC *r_i, POLICY_HND *pol,
1004 BOOL init_reg_q_info(REG_Q_INFO *q_i, POLICY_HND *pol, char* val_name)
1009 q_i->pol = *pol;
1046 if(!smb_io_pol_hnd("", &r_q->pol, ps, depth))
1223 void init_reg_q_enum_val(REG_Q_ENUM_VALUE *q_i, POLICY_HND *pol,
1229 memcpy(&q_i->pol, pol, sizeof(q_i->pol));
1302 if(!smb_io_pol_hnd("", &q_q->pol, ps, depth))
1407 void init_reg_q_create_val(REG_Q_CREATE_VALUE *q_i, POLICY_HND *pol,
1413 memcpy(&q_i->pol, pol, sizeof(q_i->pol));
1437 if(!smb_io_pol_hnd("", &q_q->pol, ps, depth))
1482 void init_reg_q_enum_key(REG_Q_ENUM_KEY *q_i, POLICY_HND *pol, uint32 key_idx)
1484 memcpy(&q_i->pol, pol, sizeof(q_i->pol));
1539 if(!smb_io_pol_hnd("", &q_q->pol, ps, depth))
1638 void init_reg_q_open_entry(REG_Q_OPEN_ENTRY *r_q, POLICY_HND *pol,
1641 memcpy(&r_q->pol, pol, sizeof(r_q->pol));
1665 if(!smb_io_pol_hnd("", &r_q->pol, ps, depth))
1688 POLICY_HND *pol, WERROR werr)
1691 memcpy(&r_r->pol, pol, sizeof(r_r->pol));
1693 ZERO_STRUCT(r_r->pol);
1713 if(!smb_io_pol_hnd("", &r_r->pol, ps, depth))