/third_party/openssl/ssl/record/ |
D | record_local.h | 21 #define RECORD_LAYER_get_rrec(rl) ((rl)->rrec) argument 22 #define RECORD_LAYER_set_packet(rl, p) ((rl)->packet = (p)) argument 23 #define RECORD_LAYER_reset_packet_length(rl) ((rl)->packet_length = 0) argument 24 #define RECORD_LAYER_get_rstate(rl) ((rl)->rstate) argument 25 #define RECORD_LAYER_set_rstate(rl, st) ((rl)->rstate = (st)) argument 26 #define RECORD_LAYER_get_read_sequence(rl) ((rl)->read_sequence) argument 27 #define RECORD_LAYER_get_write_sequence(rl) ((rl)->write_sequence) argument 28 #define RECORD_LAYER_get_numrpipes(rl) ((rl)->numrpipes) argument 29 #define RECORD_LAYER_set_numrpipes(rl, n) ((rl)->numrpipes = (n)) argument 30 #define RECORD_LAYER_inc_empty_record_count(rl) ((rl)->empty_record_count++) argument [all …]
|
D | record.h | 189 #define RECORD_LAYER_set_read_ahead(rl, ra) ((rl)->read_ahead = (ra)) argument 190 #define RECORD_LAYER_get_read_ahead(rl) ((rl)->read_ahead) argument 191 #define RECORD_LAYER_get_packet(rl) ((rl)->packet) argument 192 #define RECORD_LAYER_get_packet_length(rl) ((rl)->packet_length) argument 193 #define RECORD_LAYER_add_packet_length(rl, inc) ((rl)->packet_length += (inc)) argument 194 #define DTLS_RECORD_LAYER_get_w_epoch(rl) ((rl)->d->w_epoch) argument 195 #define DTLS_RECORD_LAYER_get_processed_rcds(rl) \ argument 197 #define DTLS_RECORD_LAYER_get_unprocessed_rcds(rl) \ argument 199 #define RECORD_LAYER_get_rbuf(rl) (&(rl)->rbuf) argument 200 #define RECORD_LAYER_get_wbuf(rl) ((rl)->wbuf) argument
|
D | rec_layer_s3.c | 29 void RECORD_LAYER_init(RECORD_LAYER *rl, SSL *s) in RECORD_LAYER_init() 36 void RECORD_LAYER_clear(RECORD_LAYER *rl) in RECORD_LAYER_clear() 68 void RECORD_LAYER_release(RECORD_LAYER *rl) in RECORD_LAYER_release() 78 int RECORD_LAYER_read_pending(const RECORD_LAYER *rl) in RECORD_LAYER_read_pending() 84 int RECORD_LAYER_processed_read_pending(const RECORD_LAYER *rl) in RECORD_LAYER_processed_read_pending() 95 int RECORD_LAYER_write_pending(const RECORD_LAYER *rl) in RECORD_LAYER_write_pending() 101 void RECORD_LAYER_reset_read_sequence(RECORD_LAYER *rl) in RECORD_LAYER_reset_read_sequence() 106 void RECORD_LAYER_reset_write_sequence(RECORD_LAYER *rl) in RECORD_LAYER_reset_write_sequence() 1818 int RECORD_LAYER_is_sslv2_record(RECORD_LAYER *rl) in RECORD_LAYER_is_sslv2_record() 1826 size_t RECORD_LAYER_get_rrec_length(RECORD_LAYER *rl) in RECORD_LAYER_get_rrec_length()
|
D | rec_layer_d1.c | 19 int DTLS_RECORD_LAYER_new(RECORD_LAYER *rl) in DTLS_RECORD_LAYER_new() 47 void DTLS_RECORD_LAYER_free(RECORD_LAYER *rl) in DTLS_RECORD_LAYER_free() 60 void DTLS_RECORD_LAYER_clear(RECORD_LAYER *rl) in DTLS_RECORD_LAYER_clear() 105 void DTLS_RECORD_LAYER_set_saved_w_epoch(RECORD_LAYER *rl, unsigned short e) in DTLS_RECORD_LAYER_set_saved_w_epoch() 121 void DTLS_RECORD_LAYER_set_write_sequence(RECORD_LAYER *rl, unsigned char *seq) in DTLS_RECORD_LAYER_set_write_sequence()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_record.c | 30 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, in tlsv1_record_set_cipher_suite() 75 int tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl) in tlsv1_record_change_write_cipher() 109 int tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) in tlsv1_record_change_read_cipher() 150 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, in tlsv1_record_send() 278 int tlsv1_record_receive(struct tlsv1_record_layer *rl, in tlsv1_record_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_record.c | 30 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, in tlsv1_record_set_cipher_suite() 75 int tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl) in tlsv1_record_change_write_cipher() 109 int tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) in tlsv1_record_change_read_cipher() 150 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, in tlsv1_record_send() 278 int tlsv1_record_receive(struct tlsv1_record_layer *rl, in tlsv1_record_receive()
|
/third_party/node/test/parallel/ |
D | test-readline.js | 11 const rl = readline.createInterface({ constant 25 const rl = readline.createInterface({ constant 37 const rl = readline.createInterface({ constant 51 const rl = readline.createInterface({ constant 89 const rl = readline.createInterface({ constant 125 const rl = readline.createInterface({ constant
|
/third_party/ltp/testcases/kernel/syscalls/mlock/ |
D | mlock02.c | 99 struct rlimit rl; in test_enomem1() local 130 struct rlimit rl; in test_enomem2() local 160 struct rlimit rl; in test_eperm() local
|
/third_party/ntfs-3g/libntfs-3g/ |
D | runlist.c | 104 static runlist_element *ntfs_rl_realloc(runlist_element *rl, int old_size, in ntfs_rl_realloc() 123 runlist_element *ntfs_rl_extend(ntfs_attr *na, runlist_element *rl, in ntfs_rl_extend() 748 runlist_element *rl; in ntfs_runlists_merge() local 789 runlist_element *rl; /* The output runlist. */ in ntfs_mapping_pairs_decompress_i() local 1054 LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) in ntfs_rl_vcn_to_lcn() 1113 s64 ntfs_rl_pread(const ntfs_volume *vol, const runlist_element *rl, in ntfs_rl_pread() 1202 s64 ntfs_rl_pwrite(const ntfs_volume *vol, const runlist_element *rl, in ntfs_rl_pwrite() 1327 const runlist_element *rl, const VCN start_vcn, int max_size) in ntfs_get_size_for_mapping_pairs() 1490 const int dst_len, const runlist_element *rl, in ntfs_mapping_pairs_build() 1643 runlist *rl; in ntfs_rl_truncate() local [all …]
|
D | compress.c | 650 static BOOL ntfs_is_cb_compressed(ntfs_attr *na, runlist_element *rl, in ntfs_is_cb_compressed() 715 runlist_element *rl; in ntfs_compressed_attr_pread() local 981 static u32 read_clusters(ntfs_volume *vol, const runlist_element *rl, in read_clusters() 1023 static s32 write_clusters(ntfs_volume *vol, const runlist_element *rl, in write_clusters() 1068 static s32 ntfs_comp_set(ntfs_attr *na, runlist_element *rl, in ntfs_comp_set() 1168 static BOOL valid_compressed_run(ntfs_attr *na, runlist_element *rl, in valid_compressed_run() 1232 static int ntfs_compress_overwr_free(ntfs_attr *na, runlist_element *rl, in ntfs_compress_overwr_free() 1444 static int ntfs_compress_free(ntfs_attr *na, runlist_element *rl, in ntfs_compress_free() 1582 static int ntfs_read_append(ntfs_attr *na, const runlist_element *rl, in ntfs_read_append() 1626 static s32 ntfs_flush(ntfs_attr *na, runlist_element *rl, s64 offs, in ntfs_flush()
|
D | debug.c | 45 void ntfs_debug_runlist_dump(const runlist_element *rl) in ntfs_debug_runlist_dump()
|
/third_party/ffmpeg/libavcodec/ |
D | rl.h | 58 #define INIT_VLC_RL(rl, static_size)\ argument 71 #define INIT_FIRST_VLC_RL(rl, static_size) \ argument 79 static inline int get_rl_index(const RLTable *rl, int last, int run, int level) in get_rl_index()
|
D | rl.c | 28 av_cold void ff_rl_init(RLTable *rl, in ff_rl_init() 71 av_cold void ff_rl_init_vlc(RLTable *rl, unsigned static_size) in ff_rl_init_vlc()
|
/third_party/ltp/testcases/kernel/syscalls/mlockall/ |
D | mlockall02.c | 179 struct rlimit rl; in setup_test() local 233 struct rlimit rl; in cleanup_test() local
|
D | mlockall03.c | 215 struct rlimit rl; in setup_test() local 267 struct rlimit rl; in cleanup_test() local
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsresize.c | 190 runlist_element *rl; member 663 static void rl_set(runlist *rl, VCN vcn, LCN lcn, s64 len) in rl_set() 670 static int rl_items(runlist *rl) in rl_items() 687 static void dump_runlist(runlist *rl) in dump_runlist() 709 static void collect_resize_constraints(ntfs_resize_t *resize, runlist *rl) in collect_resize_constraints() 776 static void collect_relocation_info(ntfs_resize_t *resize, runlist *rl) in collect_relocation_info() 831 runlist *rl; in build_lcn_usage_bitmap() local 1108 runlist *rl; in build_resize_constraints() local 1175 static void rl_fixup(runlist **rl) in rl_fixup() 1324 runlist_element *rl; in expand_attribute_runlist() local [all …]
|
/third_party/python/Modules/ |
D | resource.c | 182 rlimit2py(struct rlimit rl) in rlimit2py() 204 struct rlimit rl; in resource_getrlimit_impl() local 232 struct rlimit rl; in resource_setrlimit_impl() local
|
/third_party/musl/libc-test/src/common/ |
D | setrlim.c | 8 struct rlimit rl; in t_setrlim() local
|
/third_party/musl/porting/liteos_a/user/src/legacy/ |
D | getdtablesize.c | 9 struct rlimit rl; in getdtablesize() local
|
D | ulimit.c | 8 struct rlimit rl; in ulimit() local
|
/third_party/musl/src/legacy/ |
D | getdtablesize.c | 8 struct rlimit rl; in getdtablesize() local
|
D | ulimit.c | 7 struct rlimit rl; in ulimit() local
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | debug.h | 36 static __inline__ void ntfs_debug_runlist_dump(const struct _runlist_element *rl __attribute__((unu… in ntfs_debug_runlist_dump()
|
/third_party/musl/porting/linux/user/src/legacy/ |
D | ulimit.c | 8 struct rlimit rl; in ulimit() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | gen-ragel-artifacts.py | 20 rl = os.path.basename (INPUT) variable
|