Searched refs:chs (Results 1 - 25 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dchoice.cpp59 wxCArrayString chs(choices);
61 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
H A Dradiobox.cpp107 wxCArrayString chs(choices);
111 (void)Create(parent, id, title, pos, size, chs.GetCount(),
112 chs.GetStrings(), majorDim, style, val, name);
126 wxCArrayString chs(choices);
128 return Create(parent, id, title, pos, size, chs.GetCount(),
129 chs.GetStrings(), majorDim, style, val, name);
H A Dchecklst.cpp93 wxCArrayString chs(choices);
95 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
H A Dcombobox.cpp234 wxCArrayString chs(choices);
236 return Create(parent, id, value, pos, size, chs.GetCount(),
237 chs.GetStrings(), style, validator, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dchoicdgg.cpp298 wxCArrayString chs(choices);
299 return Create(parent, message, caption, chs.GetCount(), chs.GetStrings(),
386 wxCArrayString chs(choices);
387 return Create( parent, message, caption, chs.GetCount(), chs.GetStrings(),
465 wxCArrayString chs(choices);
466 return Create( parent, message, caption, chs.GetCount(),
467 chs.GetStrings(), style, pos );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify.c211 cert_hash_print (const struct cert_hash_set *chs, int msglevel)
215 if (chs)
220 const struct cert_hash *ch = chs->ch[i];
230 cert_hash_free (struct cert_hash_set *chs) argument
232 if (chs)
236 free (chs->ch[i]);
237 free (chs);
268 cert_hash_copy (const struct cert_hash_set *chs) argument
271 if (chs)
277 const struct cert_hash *ch = chs
290 const struct cert_hash_set *chs = multi->session[TM_ACTIVE].cert_hash_set; local
1241 const struct cert_hash_set *chs = session->cert_hash_set; local
[all...]
H A Dssl_verify.h105 * @param chs The certificate hash set to free.
107 void cert_hash_free (struct cert_hash_set *chs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dchecklst.cpp66 wxCArrayString chs( choices );
68 return Create( parent, id, pos, size, chs.GetCount(), chs.GetStrings(), style, validator, name );
H A Dchoice.cpp53 wxCArrayString chs( choices );
56 parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
H A Dcombobox.cpp370 wxCArrayString chs( choices );
372 return Create( parent, id, value, pos, size, chs.GetCount(),
373 chs.GetStrings(), style, validator, name );
H A Dradiobox.cpp83 wxCArrayString chs(choices);
86 parent, id, label, pos, size, chs.GetCount(),
87 chs.GetStrings(), majorDim, style, val, name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dchoice.cpp50 wxCArrayString chs(choices);
52 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
H A Dradiobox.cpp101 wxCArrayString chs(choices);
103 return Create(parent, id, label, pos, size, chs.GetCount(),
104 chs.GetStrings(), majorDim, style, val, name);
H A Dchecklst.cpp187 wxCArrayString chs(choices);
189 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
H A Dcombobox.cpp264 wxCArrayString chs( choices );
266 return Create( parent, id, value, pos, size, chs.GetCount(),
267 chs.GetStrings(), style, validator, name );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dchecklst.cpp269 wxCArrayString chs(asChoices);
270 Create( pParent, vId, rPos, rSize, chs.GetCount(), chs.GetStrings(),
H A Dchoice.cpp40 wxCArrayString chs(asChoices);
42 return Create(pParent, vId, rPos, rSize, chs.GetCount(), chs.GetStrings(),
H A Dcombobox.cpp93 wxCArrayString chs(asChoices);
95 return Create(pParent, vId, rsValue, rPos, rSize, chs.GetCount(),
96 chs.GetStrings(), lStyle, rValidator, rsName);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_nvhdmi.c214 int chs; local
220 chs = substream->runtime->channels;
221 chan = chs ? (chs - 1) : 1;
223 switch (chs) {
277 if (chs == 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcombobox.cpp106 wxCArrayString chs(choices);
107 return Create(parent, id, value, pos, size, chs.GetCount(),
108 chs.GetStrings(), style, validator, name);
H A Dradiobox.cpp157 wxCArrayString chs(choices);
158 return Create(parent, id, title, pos, size, chs.GetCount(),
159 chs.GetStrings(), majorDim, style, val, name);
H A Dchoice.cpp153 wxCArrayString chs(choices);
154 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchecklst.cpp130 wxCArrayString chs(choices);
131 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dradiobox.cpp203 wxCArrayString chs(choices);
205 return Create( parent, id, title, pos, size, chs.GetCount(),
206 chs.GetStrings(), majorDim, style, val, name );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dgeom.c203 __u64 chs = cyl * hs; local
204 if (chs < (*nsectors))

Completed in 185 milliseconds

123