Home
last modified time | relevance | path

Searched defs:rectype (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/dports/net/mpich2/mpich2-1.5/src/mpe2/src/logging/src/
H A Dclog_block.c93 int rectype; in CLOG_BlockData_patch_all() local
164 int rectype; in CLOG_BlockData_patch_comm() local
225 int rectype; in CLOG_BlockData_patch_time() local
249 int rectype; in CLOG_BlockData_swap_bytes_last() local
267 int rectype; in CLOG_BlockData_swap_bytes_first() local
285 int rectype; in CLOG_BlockData_print() local
H A Dclog_record.c24 void CLOG_Rec_print_rectype( CLOG_int32_t rectype, FILE *stream ) in CLOG_Rec_print_rectype()
272 int rectype; in CLOG_Rec_swap_bytes_last() local
518 int CLOG_Rec_size( CLOG_int32_t rectype ) in CLOG_Rec_size()
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DJB2EncodeCodec.cpp221 JB2Dict::JB2Codec::Encode::code_record_type(int &rectype) in code_record_type()
365 int rectype = REQUIRED_DICT_OR_RESET; in code() local
441 int rectype = REQUIRED_DICT_OR_RESET; in code() local
462 int rectype = MATCHED_COPY; in code() local
488 int rectype = NON_MARK_DATA; in code() local
493 int rectype = (libraryp ? NEW_MARK : NEW_MARK_IMAGE_ONLY); in code() local
498 int rectype = (libraryp ? MATCHED_REFINE : MATCHED_REFINE_IMAGE_ONLY); in code() local
539 int rectype=(jshp.parent >= 0) in encode_libonly_shape() local
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kadmin/dbutil/
H A Dtdumputil.c63 const char *rectype; member
142 rechandle_common(FILE *fh, const char *rectype) in rechandle_common()
158 rechandle_tabsep(FILE *fh, const char *rectype) in rechandle_tabsep()
172 rechandle_csv(FILE *fh, const char *rectype) in rechandle_csv()
/dports/security/krb5/krb5-1.19.2/src/kadmin/dbutil/
H A Dtdumputil.c63 const char *rectype; member
142 rechandle_common(FILE *fh, const char *rectype) in rechandle_common()
158 rechandle_tabsep(FILE *fh, const char *rectype) in rechandle_tabsep()
172 rechandle_csv(FILE *fh, const char *rectype) in rechandle_csv()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dxapi_virt.py120 def _get_all(xapi, rectype): argument
127 def _get_label_uuid(xapi, rectype, label): argument
137 def _get_record(xapi, rectype, uuid): argument
144 def _get_record_by_label(xapi, rectype, label): argument
154 def _get_metrics_record(xapi, rectype, record): argument
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgusrwcat.h58 byte rectype; member
72 byte rectype; member
80 byte rectype; member
/dports/textproc/catdoc/catdoc-0.95/src/
H A Dpptparse.c51 int rectype; in do_ppt() local
85 static void process_item (int rectype, long reclen, FILE* input) { in process_item()
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DTRRQuery.cpp53 void TRRQuery::MarkSendingTRR(TRR* trr, enum TrrType rectype, MutexAutoLock&) { in MarkSendingTRR()
131 enum TrrType rectype = (mRecord->af == AF_INET6) ? TRRTYPE_AAAA : TRRTYPE_A; in DispatchLookup() local
167 enum TrrType rectype; in DispatchByTypeLookup() local
/dports/sysutils/spiped/spiped-1.6.2/libcperciva/datastruct/
H A Delasticarray.h124 #define ELASTICARRAY_DECL(type, prefix, rectype) \ argument
/dports/net/bsdec2-image-upload/bsdec2-image-upload-1.4.5/libcperciva/datastruct/
H A Delasticarray.h112 #define ELASTICARRAY_DECL(type, prefix, rectype) \ argument
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/libcperciva/datastruct/
H A Delasticarray.h112 #define ELASTICARRAY_DECL(type, prefix, rectype) \ argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/examples/c/
H A Dex_log.c90 uint32_t rectype, uint32_t optype, uint64_t txnid, uint32_t fileid, in print_record()
114 uint32_t fileid, log_file, log_offset, opcount, optype, rectype; in simple_walk_log() local
156 uint32_t fileid, opcount, optype, rectype; in walk_log() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/examples/java/com/wiredtiger/examples/
H A Dex_log.java106 int rectype, int optype, long txnid, int fileid, in print_record()
131 int fileid, opcount, optype, rectype; in simple_walk_log() local
180 int fileid, opcount, optype, rectype; in walk_log() local
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tools/
H A Drscryutil.c77 eiGetRecord(FILE *eifp, char *rectype, char *value) in eiGetRecord()
108 char rectype[EIF_MAX_RECTYPE_LEN+1]; in eiCheckFiletype() local
126 char rectype[EIF_MAX_RECTYPE_LEN+1]; in eiGetIV() local
167 char rectype[EIF_MAX_RECTYPE_LEN+1] = ""; in eiGetEND() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/txn/
H A Dtxn_log.c225 uint32_t rectype; in __txn_logrec_init() local
339 uint32_t rectype, start; in __txn_log_file_sync() local
406 uint32_t i, rectype; in __wt_txn_checkpoint_log() local
619 uint32_t fileid, lsnfile, lsnoffset, rectype; in __txn_printlog() local
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DTRRQuery.cpp81 enum TrrType rectype = (mRecord->af == AF_INET6) ? TRRTYPE_AAAA : TRRTYPE_A; in DispatchLookup() local
156 enum TrrType rectype; in DispatchLookup() local
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DTRRQuery.cpp81 enum TrrType rectype = (mRecord->af == AF_INET6) ? TRRTYPE_AAAA : TRRTYPE_A; in DispatchLookup() local
156 enum TrrType rectype; in DispatchLookup() local
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dhash_auto.c37 u_int32_t rectype, txn_num; local
230 u_int32_t rectype, txn_num; local
395 u_int32_t rectype, txn_num; local
535 u_int32_t rectype, txn_num; local
698 u_int32_t rectype, txn_num; local
898 u_int32_t rectype, txn_num; local
1066 u_int32_t rectype, txn_num; local
1216 u_int32_t rectype, txn_num; local
1400 u_int32_t rectype, txn_num; local
1544 u_int32_t rectype, txn_num; local
H A Dbtree_auto.c34 u_int32_t rectype, txn_num; local
184 u_int32_t rectype, txn_num; local
348 u_int32_t rectype, txn_num; local
540 u_int32_t rectype, txn_num; local
724 u_int32_t rectype, txn_num; local
870 u_int32_t rectype, txn_num; local
1014 u_int32_t rectype, txn_num; local
1153 u_int32_t rectype, txn_num; local
1353 u_int32_t rectype, txn_num; local
H A Ddb_auto.c37 u_int32_t rectype, txn_num; local
233 u_int32_t rectype, txn_num; local
397 u_int32_t rectype, txn_num; local
586 u_int32_t rectype, txn_num; local
723 u_int32_t rectype, txn_num; local
888 u_int32_t rectype, txn_num; local
1032 u_int32_t rectype, txn_num; local
1222 u_int32_t rectype, txn_num; local
H A Dtxn_auto.c28 u_int32_t rectype, txn_num; local
136 u_int32_t rectype, txn_num; local
262 u_int32_t rectype, txn_num; local
413 u_int32_t rectype, txn_num; local
H A Dcrdel_auto.c30 u_int32_t rectype, txn_num; local
166 u_int32_t rectype, txn_num; local
318 u_int32_t rectype, txn_num; local
482 u_int32_t rectype, txn_num; local
H A Dqam_auto.c30 u_int32_t rectype, txn_num; local
148 u_int32_t rectype, txn_num; local
268 u_int32_t rectype, txn_num; local
419 u_int32_t rectype, txn_num; local
563 u_int32_t rectype, txn_num; local
/dports/cad/nvc/nvc-r1.5.3/test/lower/
H A Drectype.vhd1 package rectype is package

12345678910>>...14