Home
last modified time | relevance | path

Searched refs:rectype (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/dports/net/mpich2/mpich2-1.5/src/mpe2/src/logging/src/
H A Dclog_block.c98 rectype = hdr->rectype; in CLOG_BlockData_patch_all()
150 } while ( rectype != CLOG_REC_ENDLOG && rectype != CLOG_REC_ENDBLOCK ); in CLOG_BlockData_patch_all()
169 rectype = hdr->rectype; in CLOG_BlockData_patch_comm()
217 } while ( rectype != CLOG_REC_ENDLOG && rectype != CLOG_REC_ENDBLOCK ); in CLOG_BlockData_patch_comm()
230 rectype = hdr->rectype; in CLOG_BlockData_patch_time()
239 } while ( rectype != CLOG_REC_ENDLOG && rectype != CLOG_REC_ENDBLOCK ); in CLOG_BlockData_patch_time()
254 rectype = hdr->rectype; in CLOG_BlockData_swap_bytes_last()
258 } while ( rectype != CLOG_REC_ENDLOG && rectype != CLOG_REC_ENDBLOCK ); in CLOG_BlockData_swap_bytes_last()
273 rectype = hdr->rectype; in CLOG_BlockData_swap_bytes_first()
276 } while ( rectype != CLOG_REC_ENDLOG && rectype != CLOG_REC_ENDBLOCK ); in CLOG_BlockData_swap_bytes_first()
[all …]
H A Dclog_record.c26 switch (rectype) { in CLOG_Rec_print_rectype()
272 int rectype; in CLOG_Rec_swap_bytes_last() local
277 rectype = hdr->rectype; in CLOG_Rec_swap_bytes_last()
279 switch (rectype) { in CLOG_Rec_swap_bytes_last()
320 rectype ); in CLOG_Rec_swap_bytes_last()
334 switch (hdr->rectype) { in CLOG_Rec_swap_bytes_first()
384 switch (hdr->rectype) { in CLOG_Rec_print()
518 int CLOG_Rec_size( CLOG_int32_t rectype ) in CLOG_Rec_size() argument
520 if ( rectype < CLOG_REC_NUM && rectype >= 0 ) in CLOG_Rec_size()
521 return clog_reclens[ rectype ]; in CLOG_Rec_size()
[all …]
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DJB2EncodeCodec.cpp110 void code_record_type(int &rectype);
368 rectype = START_OF_DATA; in code()
369 code_record(rectype, gjim, 0); in code()
371 rectype = PRESERVED_COMMENT; in code()
382 rectype=(jshp.parent >= 0) in code()
394 rectype = END_OF_DATA; in code()
444 rectype = START_OF_DATA; in code()
447 rectype = PRESERVED_COMMENT; in code()
509 code_record(rectype, 0, 0); in code()
513 rectype = END_OF_DATA; in code()
[all …]
/dports/sysutils/spiped/spiped-1.6.2/libcperciva/datastruct/
H A Delasticarray.h137 nrec, sizeof(rectype))); \
143 sizeof(rectype))); \
147 rectype const * buf, size_t nrec) \
150 buf, nrec, sizeof(rectype))); \
156 nrec, sizeof(rectype)); \
164 static inline rectype * \
167 rectype * rec; \
170 pos, sizeof(rectype)); \
175 void(* free_fp)(rectype *)) \
190 (void **)buf, nrec, sizeof(rectype))); \
[all …]
/dports/net/bsdec2-image-upload/bsdec2-image-upload-1.4.5/libcperciva/datastruct/
H A Delasticarray.h118 EA = elasticarray_init(nrec, sizeof(rectype)); \
125 nrec, sizeof(rectype))); \
131 sizeof(rectype))); \
135 rectype const * buf, size_t nrec) \
138 buf, nrec, sizeof(rectype))); \
144 nrec, sizeof(rectype)); \
152 static inline rectype * \
155 rectype * rec; \
158 pos, sizeof(rectype)); \
171 (void **)buf, nrec, sizeof(rectype))); \
[all …]
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/libcperciva/datastruct/
H A Delasticarray.h118 EA = elasticarray_init(nrec, sizeof(rectype)); \
125 nrec, sizeof(rectype))); \
131 sizeof(rectype))); \
135 rectype const * buf, size_t nrec) \
138 buf, nrec, sizeof(rectype))); \
144 nrec, sizeof(rectype)); \
152 static inline rectype * \
155 rectype * rec; \
158 pos, sizeof(rectype)); \
171 (void **)buf, nrec, sizeof(rectype))); \
[all …]
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DTRRQuery.cpp84 rectype = pushedTRR->Type(); in DispatchLookup()
93 if ((TRRTYPE_AAAA == rectype) && gTRRService && in DispatchLookup()
104 trr = new ODoH(this, mRecord, rectype); in DispatchLookup()
111 if (rectype == TRRTYPE_A) { in DispatchLookup()
115 } else if (rectype == TRRTYPE_AAAA) { in DispatchLookup()
127 rectype = TRRTYPE_AAAA; in DispatchLookup()
156 enum TrrType rectype; in DispatchLookup() local
160 rectype = TRRTYPE_TXT; in DispatchLookup()
162 rectype = TRRTYPE_HTTPSSVC; in DispatchLookup()
164 rectype = pushedTRR->Type(); in DispatchLookup()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DTRRQuery.cpp84 rectype = pushedTRR->Type(); in DispatchLookup()
93 if ((TRRTYPE_AAAA == rectype) && gTRRService && in DispatchLookup()
104 trr = new ODoH(this, mRecord, rectype); in DispatchLookup()
111 if (rectype == TRRTYPE_A) { in DispatchLookup()
115 } else if (rectype == TRRTYPE_AAAA) { in DispatchLookup()
127 rectype = TRRTYPE_AAAA; in DispatchLookup()
156 enum TrrType rectype; in DispatchLookup() local
160 rectype = TRRTYPE_TXT; in DispatchLookup()
162 rectype = TRRTYPE_HTTPSSVC; in DispatchLookup()
164 rectype = pushedTRR->Type(); in DispatchLookup()
[all …]
/dports/devel/py-cle/cle-9.0.5405/cle/backends/
H A Dihex.py42 count, addr, rectype, data, cksum = m.groups()
51 rectype = int(rectype, 16)
56 return rectype, addr, data
86 rectype, addr, data = Hex.parse_record(rec)
87 if rectype == HEX_TYPE_DATA:
96 elif rectype == HEX_TYPE_EOF:
100 elif rectype == HEX_TYPE_EXTSEGADDR:
105 elif rectype == HEX_TYPE_STARTSEGADDR:
113 elif rectype == HEX_TYPE_EXTLINEARADDR:
118 elif rectype == HEX_TYPE_STARTLINEARADDR:
[all …]
/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() argument
149 h->rectype = rectype; in rechandle_common()
158 rechandle_tabsep(FILE *fh, const char *rectype) in rechandle_tabsep() argument
160 struct rechandle *h = rechandle_common(fh, rectype); in rechandle_tabsep()
172 rechandle_csv(FILE *fh, const char *rectype) in rechandle_csv() argument
174 struct rechandle *h = rechandle_common(fh, rectype); in rechandle_csv()
198 if (h->rectype == NULL) { in startrec()
203 return fputs(h->rectype, h->fh); in startrec()
257 if (h->rectype != NULL) in writeheader()
/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() argument
149 h->rectype = rectype; in rechandle_common()
158 rechandle_tabsep(FILE *fh, const char *rectype) in rechandle_tabsep() argument
160 struct rechandle *h = rechandle_common(fh, rectype); in rechandle_tabsep()
172 rechandle_csv(FILE *fh, const char *rectype) in rechandle_csv() argument
174 struct rechandle *h = rechandle_common(fh, rectype); in rechandle_csv()
198 if (h->rectype == NULL) { in startrec()
203 return fputs(h->rectype, h->fh); in startrec()
257 if (h->rectype != NULL) in writeheader()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/clog/
H A DRecHeader.java19 public int rectype; field in RecHeader
27 rectype = Const.INVALID_int; in RecHeader()
42 rectype = istm.readInt(); in readFromDataStream()
72 cp.rectype = this.rectype; in copy()
81 return this.rectype; in getRecType()
88 + ", rectype=" + rectype in toString()
H A DPrint.java28 int rectype; in main() local
44 rectype = Const.AllType.UNDEF; in main()
45 while ( rectype != Const.RecType.ENDBLOCK in main()
46 && rectype != Const.RecType.ENDLOG ) { in main()
51 rectype = header.getRecType(); in main()
52 switch ( rectype ) { in main()
101 + rectype ); in main()
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Ddb_dispatch.c82 u_int32_t rectype, txnid; local
84 memcpy(&rectype, db->data, sizeof(rectype));
90 return ((dbenv->dtab[rectype])(dbenv, db, lsnp, redo, info));
92 if (rectype < DB_txn_BEGIN )
93 return ((dbenv->dtab[rectype])(dbenv,
107 if (rectype == DB_log_register || rectype == DB_txn_ckp ||
108 rectype == DB_db_noop ||
111 return ((dbenv->dtab[rectype])(dbenv,
122 if (rectype == DB_log_register || rectype == DB_txn_ckp ||
123 rectype == DB_db_noop ||
[all …]
H A Dtxn_auto.c28 u_int32_t rectype, txn_num; local
35 rectype = DB_txn_regop;
48 memcpy(bp, &rectype, sizeof(rectype));
49 bp += sizeof(rectype);
143 rectype = DB_txn_ckp;
157 memcpy(bp, &rectype, sizeof(rectype));
158 bp += sizeof(rectype);
286 memcpy(bp, &rectype, sizeof(rectype));
287 bp += sizeof(rectype);
434 memcpy(bp, &rectype, sizeof(rectype));
[all …]
/dports/mail/mailscanner/MailScanner-5.3.4/usr/share/MailScanner/perl/MailScanner/
H A DPostfix.pm472 if ($rectype eq 'M') {
476 } elsif ($rectype eq 'S') {
570 if ($rectype eq 'X') {
576 if (!defined($rectype)) {
581 if ($rectype eq 'p') {
699 if (!defined($rectype) or $rectype eq 'X') {
703 if ($rectype eq 'p') {
778 if ($rectype eq 'E') {
784 if ($rectype eq 'T') {
792 if ($rectype eq 'O') {
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Ddb_dispatch.c82 u_int32_t rectype, txnid; local
84 memcpy(&rectype, db->data, sizeof(rectype));
89 return ((dbenv->dtab[rectype])(dbenv, db, lsnp, redo, info));
91 if (rectype == DB_log_register)
92 return (dbenv->dtab[rectype](dbenv,
106 if (rectype == DB_log_register || rectype == DB_txn_ckp ||
107 rectype == DB_db_noop ||
110 return (dbenv->dtab[rectype](dbenv,
121 if (rectype == DB_log_register || rectype == DB_txn_ckp ||
122 rectype == DB_db_noop ||
[all …]
/dports/security/py-gpgme/gpgme-1.15.1/src/
H A Dkeylist.c557 rectype = RT_NONE; in keylist_colon_handler() local
594 rectype = RT_SIG; in keylist_colon_handler()
596 rectype = RT_REV; in keylist_colon_handler()
598 rectype = RT_PUB; in keylist_colon_handler()
600 rectype = RT_SEC; in keylist_colon_handler()
625 if (rectype != RT_SIG && rectype != RT_REV && rectype != RT_TFS && in keylist_colon_handler()
635 switch (rectype) in keylist_colon_handler()
653 if (rectype == RT_SEC || rectype == RT_CRS) in keylist_colon_handler()
655 if (rectype == RT_CRT || rectype == RT_CRS) in keylist_colon_handler()
695 if (fields >= 8 && (rectype == RT_CRT || rectype == RT_CRS)) in keylist_colon_handler()
[all …]
/dports/security/gpgme/gpgme-1.15.1/src/
H A Dkeylist.c557 rectype = RT_NONE; in keylist_colon_handler() local
594 rectype = RT_SIG; in keylist_colon_handler()
596 rectype = RT_REV; in keylist_colon_handler()
598 rectype = RT_PUB; in keylist_colon_handler()
600 rectype = RT_SEC; in keylist_colon_handler()
625 if (rectype != RT_SIG && rectype != RT_REV && rectype != RT_TFS && in keylist_colon_handler()
635 switch (rectype) in keylist_colon_handler()
653 if (rectype == RT_SEC || rectype == RT_CRS) in keylist_colon_handler()
655 if (rectype == RT_CRT || rectype == RT_CRS) in keylist_colon_handler()
695 if (fields >= 8 && (rectype == RT_CRT || rectype == RT_CRS)) in keylist_colon_handler()
[all …]
/dports/security/gpgme-qt5/gpgme-1.15.1/src/
H A Dkeylist.c557 rectype = RT_NONE; in keylist_colon_handler() local
594 rectype = RT_SIG; in keylist_colon_handler()
596 rectype = RT_REV; in keylist_colon_handler()
598 rectype = RT_PUB; in keylist_colon_handler()
600 rectype = RT_SEC; in keylist_colon_handler()
625 if (rectype != RT_SIG && rectype != RT_REV && rectype != RT_TFS && in keylist_colon_handler()
635 switch (rectype) in keylist_colon_handler()
653 if (rectype == RT_SEC || rectype == RT_CRS) in keylist_colon_handler()
655 if (rectype == RT_CRT || rectype == RT_CRS) in keylist_colon_handler()
695 if (fields >= 8 && (rectype == RT_CRT || rectype == RT_CRS)) in keylist_colon_handler()
[all …]
/dports/security/gpgme-cpp/gpgme-1.15.1/src/
H A Dkeylist.c557 rectype = RT_NONE; in keylist_colon_handler() local
594 rectype = RT_SIG; in keylist_colon_handler()
596 rectype = RT_REV; in keylist_colon_handler()
598 rectype = RT_PUB; in keylist_colon_handler()
600 rectype = RT_SEC; in keylist_colon_handler()
625 if (rectype != RT_SIG && rectype != RT_REV && rectype != RT_TFS && in keylist_colon_handler()
635 switch (rectype) in keylist_colon_handler()
653 if (rectype == RT_SEC || rectype == RT_CRS) in keylist_colon_handler()
655 if (rectype == RT_CRT || rectype == RT_CRS) in keylist_colon_handler()
695 if (fields >= 8 && (rectype == RT_CRT || rectype == RT_CRS)) in keylist_colon_handler()
[all …]
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DTRRQuery.cpp54 if (rectype == TRRTYPE_A) { in MarkSendingTRR()
58 } else if (rectype == TRRTYPE_AAAA) { in MarkSendingTRR()
63 LOG(("TrrLookup called with bad type set: %d\n", rectype)); in MarkSendingTRR()
135 rectype = pushedTRR->Type(); in DispatchLookup()
136 MarkSendingTRR(pushedTRR, rectype, trrlock); in DispatchLookup()
167 enum TrrType rectype; in DispatchByTypeLookup() local
171 rectype = TRRTYPE_TXT; in DispatchByTypeLookup()
173 rectype = TRRTYPE_HTTPSSVC; in DispatchByTypeLookup()
175 rectype = pushedTRR->Type(); in DispatchByTypeLookup()
184 trr = new ODoH(this, mRecord, rectype); in DispatchByTypeLookup()
[all …]
/dports/databases/db5/db-5.3.28/src/db/
H A Ddb_dispatch.c132 rectype == DB___txn_child ||
133 rectype == DB___txn_ckp || rectype == DB___txn_recycle)
160 switch (rectype) {
225 switch (rectype) {
267 if (rectype & DB_debug_FLAG) {
269 rectype &= ~DB_debug_FLAG;
273 sizeof(rectype) +
278 if (rectype >= DB_user_BEGIN) {
295 "%lu"), (u_long)rectype);
302 if (rectype > dtab->int_size ||
[all …]
/dports/databases/db18/db-18.1.40/src/db/
H A Ddb_dispatch.c132 sizeof(rectype) + sizeof(txnid));
140 rectype == DB___txn_child ||
141 rectype == DB___txn_ckp || rectype == DB___txn_recycle)
168 switch (rectype) {
233 switch (rectype) {
275 if (rectype & DB_debug_FLAG) {
277 rectype &= ~DB_debug_FLAG;
285 if (rectype >= DB_user_BEGIN) {
302 "%lu"), (u_long)rectype);
309 if (rectype > dtab->int_size ||
[all …]
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tests/
H A Dmangle_qi.c28 int rectype; in processQI() local
51 rectype = 0; in processQI()
53 rectype = rectype * 10 + c - '0'; in processQI()
68 fprintf(stderr, "rectype: %d\n", rectype); in processQI()
79 printf("+%s:%d:%d:%d:", propname, rectype, length, queuesize); in processQI()

12345678910>>...24