Searched refs:cb (Results 76 - 100 of 629) sorted by relevance

1234567891011>>

/external/iptables/extensions/
H A Dlibxt_HMARK.c182 hmark_parse_type(struct xt_option_call *cb) argument
184 const char *arg = cb->arg;
185 struct xt_hmark_info *info = cb->data;
190 !hmark_parse(arg, comma-arg, info, &cb->xflags))
200 !hmark_parse(arg, strlen(arg), info, &cb->xflags))
204 static void HMARK_parse(struct xt_option_call *cb, int plen) argument
206 struct xt_hmark_info *info = cb->data;
208 xtables_option_parse(cb);
210 switch (cb->entry->id) {
212 hmark_parse_type(cb);
263 HMARK_ip4_parse(struct xt_option_call *cb) argument
267 HMARK_ip6_parse(struct xt_option_call *cb) argument
272 HMARK_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibxt_cpu.c23 static void cpu_parse(struct xt_option_call *cb) argument
25 struct xt_cpu_info *cpuinfo = cb->data;
27 xtables_option_parse(cb);
28 if (cb->invert)
H A Dlibxt_helper.c23 static void helper_parse(struct xt_option_call *cb) argument
25 struct xt_helper_info *info = cb->data;
27 xtables_option_parse(cb);
28 if (cb->invert)
H A Dlibxt_mac.c31 static void mac_parse(struct xt_option_call *cb) argument
33 struct xt_mac_info *macinfo = cb->data;
35 xtables_option_parse(cb);
36 if (cb->invert)
H A Dlibxt_nfacct.c37 static void nfacct_parse(struct xt_option_call *cb) argument
39 xtables_option_parse(cb);
40 switch (cb->entry->id) {
42 if (strchr(cb->arg, '\n') != NULL)
H A Dlibip6t_ah.c31 static void ah_parse(struct xt_option_call *cb) argument
33 struct ip6t_ah *ahinfo = cb->data;
35 xtables_option_parse(cb);
36 switch (cb->entry->id) {
38 if (cb->nvals == 1)
40 if (cb->invert)
44 if (cb->invert)
H A Dlibip6t_hl.c31 static void hl_parse(struct xt_option_call *cb) argument
33 struct ip6t_hl_info *info = cb->data;
35 xtables_option_parse(cb);
36 switch (cb->entry->id) {
38 info->mode = cb->invert ? IP6T_HL_NE : IP6T_HL_EQ;
49 static void hl_check(struct xt_fcheck_call *cb) argument
51 if (!(cb->xflags & F_ANY))
H A Dlibipt_ttl.c28 static void ttl_parse(struct xt_option_call *cb) argument
30 struct ipt_ttl_info *info = cb->data;
32 xtables_option_parse(cb);
33 switch (cb->entry->id) {
35 info->mode = cb->invert ? IPT_TTL_NE : IPT_TTL_EQ;
46 static void ttl_check(struct xt_fcheck_call *cb) argument
48 if (!(cb->xflags & F_ANY))
H A Dlibxt_LED.c49 static void LED_parse(struct xt_option_call *cb) argument
51 struct xt_led_info *led = cb->data;
53 xtables_option_parse(cb);
54 switch (cb->entry->id) {
57 strcat(led->id, cb->arg);
60 if (strncasecmp(cb->arg, "inf", 3) == 0)
62 else if (!xtables_strtoui(cb->arg, NULL, &led->delay, 0, UINT32_MAX))
H A Dlibxt_connlabel.c32 static void connlabel_mt_parse(struct xt_option_call *cb) argument
34 struct xt_connlabel_mtinfo *info = cb->data;
37 xtables_option_parse(cb);
39 switch (cb->entry->id) {
41 tmp = nfct_labelmap_get_bit(map, cb->arg);
43 xtables_error(PARAMETER_PROBLEM, "label '%s' not found", cb->arg);
45 if (cb->invert)
H A Dlibxt_devgroup.c70 static void devgroup_parse(struct xt_option_call *cb) argument
72 struct xt_devgroup_info *info = cb->data;
75 xtables_option_parse(cb);
76 switch (cb->entry->id) {
78 devgroup_parse_groupspec(cb->arg, &id, &mask);
82 if (cb->invert)
86 devgroup_parse_groupspec(cb->arg, &id, &mask);
90 if (cb->invert)
146 static void devgroup_check(struct xt_fcheck_call *cb) argument
148 if (cb
[all...]
H A Dlibipt_ah.c24 static void ah_parse(struct xt_option_call *cb) argument
26 struct ipt_ah *ahinfo = cb->data;
28 xtables_option_parse(cb);
29 if (cb->nvals == 1)
31 if (cb->invert)
H A Dlibxt_esp.c24 static void esp_parse(struct xt_option_call *cb) argument
26 struct xt_esp *espinfo = cb->data;
28 xtables_option_parse(cb);
29 if (cb->nvals == 1)
31 if (cb->invert)
H A Dlibxt_osf.c64 static void osf_parse(struct xt_option_call *cb) argument
66 struct xt_osf_info *info = cb->data;
68 xtables_option_parse(cb);
69 switch (cb->entry->id) {
71 if (cb->invert)
H A Dlibxt_policy.c94 static void policy_parse(struct xt_option_call *cb) argument
96 struct xt_policy_info *info = cb->data;
99 xtables_option_parse(cb);
100 switch (cb->entry->id) {
102 info->flags |= parse_direction(cb->arg);
105 info->flags |= parse_policy(cb->arg);
115 e->invert.reqid = cb->invert;
116 e->reqid = cb->val.u32;
123 e->invert.spi = cb->invert;
124 e->spi = cb
173 policy_check(struct xt_fcheck_call *cb) argument
[all...]
H A Dlibipt_ECN.c49 static void ECN_parse(struct xt_option_call *cb) argument
51 struct ipt_ECN_info *einfo = cb->data;
53 xtables_option_parse(cb);
54 switch (cb->entry->id) {
62 einfo->proto.tcp.cwr = cb->val.u8;
66 einfo->proto.tcp.ece = cb->val.u8;
70 einfo->ip_ect = cb->val.u8;
75 static void ECN_check(struct xt_fcheck_call *cb) argument
77 if (cb->xflags == 0)
/external/boringssl/src/crypto/pem/
H A Dpem_pkey.c77 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
86 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u))
109 if (!cb) cb = PEM_def_callback;
110 klen=cb(psbuf,PEM_BUFSIZE,0,u);
146 pem_password_cb *cb, void *u)
152 cb, u);
156 pem_str,bp,x,enc,kstr,klen,cb,u);
232 EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u) argument
243 ret=PEM_read_bio_PrivateKey(b,x,cb,
144 PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
248 PEM_write_PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
270 PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u) argument
297 PEM_read_DHparams(FILE *fp, DH **x, pem_password_cb *cb, void *u) argument
[all...]
/external/clang/test/CodeGenCXX/
H A D2007-09-10-RecursiveTypeResolution.cpp74 RTRT::registerTerminationCallback (CallbackBase_1Data < MantaInterface * >*cb) argument
76 return cb;
84 callback_t *cb = static_cast < callback_t * >(callback); local
85 find (parallelPreRenderCallbacks.end (), cb);
/external/clang/test/SemaCXX/
H A Dillegal-member-initialization.cpp16 // expected-error {{constructor for 'X' must explicitly initialize the const member 'cb'}}
20 const B cb; // expected-note{{declared here}} member in struct:X
/external/lldb/test/lang/cpp/overloaded-functions/
H A Dmain.cpp15 int cb; member in struct:C
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_breaks_6.opt_test12 (declare (in) float cb)
23 ((if (expression bool > (var_ref cb) (constant float (0.000000)))
/external/skia/include/core/
H A DSkError.h75 * @param cb The callback function to be invoked. Passing NULL
76 * for cb will revert to the default error callback which
82 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context);
/external/skia/src/core/
H A DSkErrorInternals.h21 static void SetErrorCallback(SkErrorCallbackFunction cb, void *context);
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DViewTarget.java65 * @param cb {@inheritDoc}
68 public void getSize(SizeReadyCallback cb) { argument
69 sizeDeterminer.getSize(cb);
123 for (SizeReadyCallback cb : cbs) {
124 cb.onSizeReady(width, height);
159 public void getSize(SizeReadyCallback cb) { argument
162 cb.onSizeReady(view.getWidth(), view.getHeight());
164 cb.onSizeReady(layoutParams.width, layoutParams.height);
175 cb.onSizeReady(width, height);
179 if (!cbs.contains(cb)) {
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h311 struct pipe_constant_buffer cb[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:r600_constbuf_state
488 void evergreen_init_common_regs(struct r600_command_buffer *cb,
640 struct pipe_constant_buffer *cb);
692 static INLINE void r600_store_value(struct r600_command_buffer *cb, unsigned value) argument
694 cb->buf[cb->atom.num_dw++] = value;
697 static INLINE void r600_store_config_reg_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num) argument
700 assert(cb->atom.num_dw+2+num <= cb->max_num_dw);
701 cb
709 r600_store_context_reg_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num) argument
721 r600_store_ctl_const_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num) argument
729 r600_store_loop_const_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num) argument
741 eg_store_loop_const_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num) argument
749 r600_store_config_reg(struct r600_command_buffer *cb, unsigned reg, unsigned value) argument
755 r600_store_context_reg(struct r600_command_buffer *cb, unsigned reg, unsigned value) argument
761 r600_store_ctl_const(struct r600_command_buffer *cb, unsigned reg, unsigned value) argument
767 r600_store_loop_const(struct r600_command_buffer *cb, unsigned reg, unsigned value) argument
773 eg_store_loop_const(struct r600_command_buffer *cb, unsigned reg, unsigned value) argument
[all...]

Completed in 1174 milliseconds

1234567891011>>