Home
last modified time | relevance | path

Searched refs:ctrlval (Results 1 – 25 of 54) sorted by relevance

123

/dports/mail/mlmmj/mlmmj-1.3.0/src/
H A Dctrlvalue.c37 static char *ctrlval(const char *listdir, const char *subdir, in ctrlval() function
75 return ctrlval(listdir, "control", ctrlstr, 1); in ctrlvalue()
80 return ctrlval(listdir, "control", ctrlstr, 0); in ctrlcontent()
85 return ctrlval(listdir, "text", ctrlstr, 0); in textcontent()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c104 struct berval ctrlval; in noopsrch_response() local
119 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in noopsrch_response()
128 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in noopsrch_response()
133 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in noopsrch_response()
134 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in noopsrch_response()
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c104 struct berval ctrlval; in noopsrch_response() local
119 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in noopsrch_response()
128 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in noopsrch_response()
133 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in noopsrch_response()
134 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in noopsrch_response()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c104 struct berval ctrlval; in noopsrch_response() local
119 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in noopsrch_response()
128 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in noopsrch_response()
133 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in noopsrch_response()
134 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in noopsrch_response()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c104 struct berval ctrlval; in noopsrch_response() local
119 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in noopsrch_response()
128 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in noopsrch_response()
133 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in noopsrch_response()
134 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in noopsrch_response()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c104 struct berval ctrlval; in noopsrch_response() local
119 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in noopsrch_response()
128 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in noopsrch_response()
133 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in noopsrch_response()
134 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in noopsrch_response()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c104 struct berval ctrlval; in noopsrch_response() local
119 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in noopsrch_response()
128 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in noopsrch_response()
133 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in noopsrch_response()
134 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in noopsrch_response()
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/dupent/
H A Ddupent.c249 struct berval ctrlval; in dupent_response_done() local
264 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in dupent_response_done()
273 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in dupent_response_done()
278 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in dupent_response_done()
279 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in dupent_response_done()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/dupent/
H A Ddupent.c249 struct berval ctrlval; in dupent_response_done() local
264 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in dupent_response_done()
273 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in dupent_response_done()
278 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in dupent_response_done()
279 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in dupent_response_done()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/dupent/
H A Ddupent.c249 struct berval ctrlval; in dupent_response_done() local
264 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in dupent_response_done()
273 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in dupent_response_done()
278 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in dupent_response_done()
279 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in dupent_response_done()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/dupent/
H A Ddupent.c249 struct berval ctrlval; in dupent_response_done() local
264 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in dupent_response_done()
273 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in dupent_response_done()
278 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in dupent_response_done()
279 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in dupent_response_done()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/dupent/
H A Ddupent.c249 struct berval ctrlval; in dupent_response_done() local
264 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in dupent_response_done()
273 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in dupent_response_done()
278 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in dupent_response_done()
279 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in dupent_response_done()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/dupent/
H A Ddupent.c249 struct berval ctrlval; in dupent_response_done() local
264 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in dupent_response_done()
273 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in dupent_response_done()
278 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in dupent_response_done()
279 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in dupent_response_done()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/accel/
H A Dsca3000.c634 int ret, base_freq, ctrlval; in sca3000_write_raw_samp_freq() local
644 ctrlval = ret & ~SCA3000_REG_OUT_CTRL_BUF_DIV_MASK; in sca3000_write_raw_samp_freq()
647 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_2; in sca3000_write_raw_samp_freq()
649 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_4; in sca3000_write_raw_samp_freq()
654 ctrlval); in sca3000_write_raw_samp_freq()
1179 int ret, ctrlval; in sca3000_motion_detect_set_state() local
1188 ctrlval = ret; in sca3000_motion_detect_set_state()
1190 if (state && !(ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
1193 ctrlval | in sca3000_motion_detect_set_state()
1198 } else if (!state && (ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/accel/
H A Dsca3000.c634 int ret, base_freq, ctrlval; in sca3000_write_raw_samp_freq() local
644 ctrlval = ret & ~SCA3000_REG_OUT_CTRL_BUF_DIV_MASK; in sca3000_write_raw_samp_freq()
647 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_2; in sca3000_write_raw_samp_freq()
649 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_4; in sca3000_write_raw_samp_freq()
654 ctrlval); in sca3000_write_raw_samp_freq()
1179 int ret, ctrlval; in sca3000_motion_detect_set_state() local
1188 ctrlval = ret; in sca3000_motion_detect_set_state()
1190 if (state && !(ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
1193 ctrlval | in sca3000_motion_detect_set_state()
1198 } else if (!state && (ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/accel/
H A Dsca3000.c634 int ret, base_freq, ctrlval; in sca3000_write_raw_samp_freq() local
644 ctrlval = ret & ~SCA3000_REG_OUT_CTRL_BUF_DIV_MASK; in sca3000_write_raw_samp_freq()
647 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_2; in sca3000_write_raw_samp_freq()
649 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_4; in sca3000_write_raw_samp_freq()
654 ctrlval); in sca3000_write_raw_samp_freq()
1179 int ret, ctrlval; in sca3000_motion_detect_set_state() local
1188 ctrlval = ret; in sca3000_motion_detect_set_state()
1190 if (state && !(ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
1193 ctrlval | in sca3000_motion_detect_set_state()
1198 } else if (!state && (ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/overlays/
H A Dderef.c294 struct berval ctrlval; in deref_response() local
454 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in deref_response()
465 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in deref_response()
470 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in deref_response()
471 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in deref_response()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/overlays/
H A Dderef.c294 struct berval ctrlval; in deref_response() local
454 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in deref_response()
465 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in deref_response()
470 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in deref_response()
471 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in deref_response()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/overlays/
H A Dderef.c294 struct berval ctrlval; in deref_response() local
454 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in deref_response()
465 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in deref_response()
470 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in deref_response()
471 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in deref_response()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/overlays/
H A Dderef.c294 struct berval ctrlval; in deref_response() local
454 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in deref_response()
465 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in deref_response()
470 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in deref_response()
471 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in deref_response()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/overlays/
H A Dderef.c294 struct berval ctrlval; in deref_response() local
454 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in deref_response()
465 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in deref_response()
470 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in deref_response()
471 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in deref_response()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/overlays/
H A Dderef.c294 struct berval ctrlval; in deref_response() local
454 if ( ber_flatten2( ber, &ctrlval, 0 ) == -1 ) { in deref_response()
465 sizeof( LDAPControl ) + ctrlval.bv_len + 1, in deref_response()
470 ctrl->ldctl_value.bv_len = ctrlval.bv_len; in deref_response()
471 AC_MEMCPY( ctrl->ldctl_value.bv_val, ctrlval.bv_val, ctrlval.bv_len ); in deref_response()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dcpu.h223 extern int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval);
230 static inline int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) { return 0; } in cpuhp_smt_disable() argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dcpu.h223 extern int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval);
230 static inline int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) { return 0; } in cpuhp_smt_disable() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dcpu.h223 extern int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval);
230 static inline int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) { return 0; } in cpuhp_smt_disable() argument

123