Home
last modified time | relevance | path

Searched refs:rep_control (Results 1 – 19 of 19) sorted by relevance

/dports/databases/ldb22/ldb-2.2.1/tools/
H A Dcmdline.c367 if (rep_control == NULL) { in handle_controls_reply()
398 if (rep_control == NULL) { in handle_controls_reply()
417 if (rep_control == NULL) { in handle_controls_reply()
445 rep_control->cookie_len); in handle_controls_reply()
457 if (rep_control == NULL) { in handle_controls_reply()
487 if (rep_control == NULL) { in handle_controls_reply()
513 rep_control->cookie_len); in handle_controls_reply()
516 cookie = ldb_base64_encode(req_control, rep_control->cookie, rep_control->cookie_len); in handle_controls_reply()
526 if (rep_control == NULL) { in handle_controls_reply()
552 rep_control->cookie_len); in handle_controls_reply()
[all …]
/dports/net/samba412/samba-4.12.15/lib/ldb/tools/
H A Dcmdline.c371 if (rep_control->vlv_result != 0) { in handle_controls_reply()
386 if (rep_control->result != 0) { in handle_controls_reply()
416 req_control, rep_control->cookie, in handle_controls_reply()
417 rep_control->cookie_len); in handle_controls_reply()
441 if (rep_control->result != 0) { in handle_controls_reply()
472 req_control, rep_control->cookie, in handle_controls_reply()
473 rep_control->cookie_len); in handle_controls_reply()
476 cookie = ldb_base64_encode(req_control, rep_control->cookie, rep_control->cookie_len); in handle_controls_reply()
505 req_control, rep_control->cookie, in handle_controls_reply()
506 rep_control->cookie_len); in handle_controls_reply()
[all …]
/dports/databases/ldb21/ldb-2.1.5/tools/
H A Dcmdline.c371 if (rep_control->vlv_result != 0) { in handle_controls_reply()
386 if (rep_control->result != 0) { in handle_controls_reply()
416 req_control, rep_control->cookie, in handle_controls_reply()
417 rep_control->cookie_len); in handle_controls_reply()
441 if (rep_control->result != 0) { in handle_controls_reply()
472 req_control, rep_control->cookie, in handle_controls_reply()
473 rep_control->cookie_len); in handle_controls_reply()
476 cookie = ldb_base64_encode(req_control, rep_control->cookie, rep_control->cookie_len); in handle_controls_reply()
505 req_control, rep_control->cookie, in handle_controls_reply()
506 rep_control->cookie_len); in handle_controls_reply()
[all …]
/dports/databases/ldb15/ldb-1.5.6/tools/
H A Dcmdline.c371 if (rep_control->vlv_result != 0) { in handle_controls_reply()
386 if (rep_control->result != 0) { in handle_controls_reply()
416 req_control, rep_control->cookie, in handle_controls_reply()
417 rep_control->cookie_len); in handle_controls_reply()
441 if (rep_control->result != 0) { in handle_controls_reply()
472 req_control, rep_control->cookie, in handle_controls_reply()
473 rep_control->cookie_len); in handle_controls_reply()
476 cookie = ldb_base64_encode(req_control, rep_control->cookie, rep_control->cookie_len); in handle_controls_reply()
505 req_control, rep_control->cookie, in handle_controls_reply()
506 rep_control->cookie_len); in handle_controls_reply()
[all …]
/dports/databases/ldb20/ldb-2.0.10/tools/
H A Dcmdline.c371 if (rep_control->vlv_result != 0) {
386 if (rep_control->result != 0) {
416 req_control, rep_control->cookie,
417 rep_control->cookie_len);
441 if (rep_control->result != 0) {
472 req_control, rep_control->cookie,
473 rep_control->cookie_len);
476 cookie = ldb_base64_encode(req_control, rep_control->cookie, rep_control->cookie_len);
505 req_control, rep_control->cookie,
506 rep_control->cookie_len);
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/tools/
H A Dcmdline.c623 struct ldb_vlv_resp_control *rep_control; in handle_controls_reply() local
638 if (rep_control->vlv_result != 0) { in handle_controls_reply()
648 struct ldb_asq_control *rep_control; in handle_controls_reply() local
653 if (rep_control->result != 0) { in handle_controls_reply()
683 req_control, rep_control->cookie, in handle_controls_reply()
684 rep_control->cookie_len); in handle_controls_reply()
693 struct ldb_sort_resp_control *rep_control; in handle_controls_reply() local
708 if (rep_control->result != 0) { in handle_controls_reply()
739 req_control, rep_control->cookie, in handle_controls_reply()
740 rep_control->cookie_len); in handle_controls_reply()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/db/impl/
H A DDHTDBValueImpl.java48 private byte rep_control; field in DHTDBValueImpl
83 rep_control = _rep_control; in DHTDBValueImpl()
210 return( rep_control ); in getReplicationControl()
216 return( rep_control == DHT.REP_FACT_DEFAULT?DHT.REP_FACT_DEFAULT:(byte)(rep_control&0x0f)); in getReplicationFactor()
222 return( rep_control == DHT.REP_FACT_DEFAULT?DHT.REP_FACT_DEFAULT:(byte)((rep_control&0xf0)>>4)); in getReplicationFrequencyHours()
261 …Integer.toHexString(flags) + ",l=" + life_hours + ",r=" + Integer.toHexString( rep_control ) + ",c… in getString()
/dports/net/samba412/samba-4.12.15/lib/ldb/common/
H A Dldb_controls.c290 cookie = ldb_base64_encode(mem_ctx, rep_control->cookie, rep_control->cookie_len); in ldb_control_to_string()
340 rep_control->result, in ldb_control_to_string()
341 rep_control->attr_desc); in ldb_control_to_string()
353 rep_control->result); in ldb_control_to_string()
364 rep_control->cookie_len); in ldb_control_to_string()
371 rep_control->flags, in ldb_control_to_string()
384 rep_control->cookie_len); in ldb_control_to_string()
391 rep_control->flags, in ldb_control_to_string()
406 rep_control->flags, in ldb_control_to_string()
407 rep_control->gc); in ldb_control_to_string()
[all …]
/dports/databases/ldb20/ldb-2.0.10/common/
H A Dldb_controls.c290 cookie = ldb_base64_encode(mem_ctx, rep_control->cookie, rep_control->cookie_len); in ldb_control_to_string()
340 rep_control->result, in ldb_control_to_string()
341 rep_control->attr_desc); in ldb_control_to_string()
353 rep_control->result); in ldb_control_to_string()
364 rep_control->cookie_len); in ldb_control_to_string()
371 rep_control->flags, in ldb_control_to_string()
384 rep_control->cookie_len); in ldb_control_to_string()
391 rep_control->flags, in ldb_control_to_string()
406 rep_control->flags, in ldb_control_to_string()
407 rep_control->gc); in ldb_control_to_string()
[all …]
/dports/databases/ldb21/ldb-2.1.5/common/
H A Dldb_controls.c290 cookie = ldb_base64_encode(mem_ctx, rep_control->cookie, rep_control->cookie_len);
340 rep_control->result,
341 rep_control->attr_desc);
353 rep_control->result);
364 rep_control->cookie_len);
371 rep_control->flags,
384 rep_control->cookie_len);
391 rep_control->flags,
406 rep_control->flags,
407 rep_control->gc);
[all …]
/dports/databases/ldb15/ldb-1.5.6/common/
H A Dldb_controls.c290 cookie = ldb_base64_encode(mem_ctx, rep_control->cookie, rep_control->cookie_len);
340 rep_control->result,
341 rep_control->attr_desc);
353 rep_control->result);
364 rep_control->cookie_len);
371 rep_control->flags,
384 rep_control->cookie_len);
391 rep_control->flags,
406 rep_control->flags,
407 rep_control->gc);
[all …]
/dports/databases/ldb22/ldb-2.2.1/common/
H A Dldb_controls.c290 cookie = ldb_base64_encode(mem_ctx, rep_control->cookie, rep_control->cookie_len); in ldb_control_to_string()
340 rep_control->result, in ldb_control_to_string()
341 rep_control->attr_desc); in ldb_control_to_string()
353 rep_control->result); in ldb_control_to_string()
364 rep_control->cookie_len); in ldb_control_to_string()
371 rep_control->flags, in ldb_control_to_string()
384 rep_control->cookie_len); in ldb_control_to_string()
391 rep_control->flags, in ldb_control_to_string()
406 rep_control->flags, in ldb_control_to_string()
407 rep_control->gc); in ldb_control_to_string()
[all …]
/dports/databases/ldb15/ldb-1.5.6/modules/
H A Dpaged_searches.c65 struct ldb_control *rep_control, *req_control;
69 rep_control = ldb_reply_get_control(ares, LDB_CONTROL_PAGED_RESULTS_OID);
70 if (rep_control) {
71 paged_rep_control = talloc_get_type(rep_control->data, struct ldb_paged_control);
77 if (!rep_control || !paged_rep_control) {
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/modules/
H A Dpaged_searches.c103 struct ldb_paged_control *rep_control, *req_control; in check_ps_continuation() local
111 rep_control = talloc_get_type(ares->controls[0]->data, struct ldb_paged_control); in check_ps_continuation()
112 if (rep_control->cookie_len == 0) { in check_ps_continuation()
135 rep_control->cookie, in check_ps_continuation()
136 rep_control->cookie_len); in check_ps_continuation()
137 req_control->cookie_len = rep_control->cookie_len; in check_ps_continuation()
/dports/net/samba412/samba-4.12.15/lib/ldb/modules/
H A Dpaged_searches.c65 struct ldb_control *rep_control, *req_control; in check_ps_continuation() local
69 rep_control = ldb_reply_get_control(ares, LDB_CONTROL_PAGED_RESULTS_OID); in check_ps_continuation()
70 if (rep_control) { in check_ps_continuation()
71 paged_rep_control = talloc_get_type(rep_control->data, struct ldb_paged_control); in check_ps_continuation()
82 if (!rep_control || !paged_rep_control) { in check_ps_continuation()
/dports/databases/ldb21/ldb-2.1.5/modules/
H A Dpaged_searches.c65 struct ldb_control *rep_control, *req_control;
69 rep_control = ldb_reply_get_control(ares, LDB_CONTROL_PAGED_RESULTS_OID);
70 if (rep_control) {
71 paged_rep_control = talloc_get_type(rep_control->data, struct ldb_paged_control);
82 if (!rep_control || !paged_rep_control) {
/dports/databases/ldb20/ldb-2.0.10/modules/
H A Dpaged_searches.c65 struct ldb_control *rep_control, *req_control; in check_ps_continuation() local
69 rep_control = ldb_reply_get_control(ares, LDB_CONTROL_PAGED_RESULTS_OID); in check_ps_continuation()
70 if (rep_control) { in check_ps_continuation()
71 paged_rep_control = talloc_get_type(rep_control->data, struct ldb_paged_control); in check_ps_continuation()
82 if (!rep_control || !paged_rep_control) { in check_ps_continuation()
/dports/databases/ldb22/ldb-2.2.1/modules/
H A Dpaged_searches.c65 struct ldb_control *rep_control, *req_control; in check_ps_continuation() local
69 rep_control = ldb_reply_get_control(ares, LDB_CONTROL_PAGED_RESULTS_OID); in check_ps_continuation()
70 if (rep_control) { in check_ps_continuation()
71 paged_rep_control = talloc_get_type(rep_control->data, struct ldb_paged_control); in check_ps_continuation()
82 if (!rep_control || !paged_rep_control) { in check_ps_continuation()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/transport/udp/impl/
H A DDHTUDPUtils.java571 final byte rep_control; in deserialiseTransportValue()
575 rep_control = is.readByte(); in deserialiseTransportValue()
579 rep_control = DHT.REP_FACT_DEFAULT; in deserialiseTransportValue()
630 return( rep_control ); in deserialiseTransportValue()
636 return( rep_control == DHT.REP_FACT_DEFAULT?DHT.REP_FACT_DEFAULT:(byte)(rep_control&0x0f)); in deserialiseTransportValue()
642 return( rep_control == DHT.REP_FACT_DEFAULT?DHT.REP_FACT_DEFAULT:(byte)(rep_control>>4)); in deserialiseTransportValue()