HomeSort by: relevance | last modified time | path
    Searched defs:INFO (Results 1 - 17 of 17) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
priority_queue_test.c 163 } INFO;
165 DEFINE_PRIORITY_QUEUE_OF(INFO);
167 static int cmp(const INFO *a, const INFO *b)
183 INFO infos[32];
185 PRIORITY_QUEUE_OF(INFO) *pq = ossl_pqueue_INFO_new(cmp);
quic_fifd_test.c 62 } INFO;
64 static INFO *cur_info;
110 static int test_generic(INFO *info, int kind)
132 if (!TEST_ptr(pkt = ossl_quic_txpim_pkt_alloc(info->txpim)))
137 if (!TEST_true(ossl_quic_sstream_append(info->sstream[i],
144 ossl_quic_sstream_fin(info->sstream[i]);
146 if (!TEST_true(ossl_quic_sstream_get_stream_frame(info->sstream[i], 0,
151 || !TEST_size_t_eq(ossl_quic_sstream_get_buffer_used(info->sstream[i]), 12)
152 || !TEST_true(ossl_quic_sstream_mark_transmitted(info->sstream[i]
325 INFO info = { 0 }; local
    [all...]
  /src/external/bsd/elftosb/dist/common/
Logging.h 27 * initialized to #INFO during object construction.
53 INFO, //!< The normal log level, for status messages.
61 Logger() : m_filter(INFO), m_level(INFO) {}
182 : m_logger(Log::getLogger()), m_saved(Logger::INFO)
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-log.h 52 # define INFO(fmt, ...)
61 # define INFO(fmt, ...) srp_log_info(fmt, ##__VA_ARGS__)
77 # define INFO(fmt, ...) do { SRP_LOG_TIME; fprintf(stderr, "%s %s: " fmt "\n", srp_log_time_buf, __FUNCTION__, ##__VA_ARGS__); } while (0)
120 # define INFO(format, ...) \
126 # define INFO(format, ...) SRP_OS_LOG(global_os_log, LOG_TYPE_INFO, format, ##__VA_ARGS__)
131 # define INFO(format, ...) SRP_OS_LOG(global_os_log, LOG_TYPE_INFO, format, ##__VA_ARGS__)
144 # define INFO(fmt, ...) \
150 # define INFO(fmt, ...) syslog(LOG_INFO, "%s: " fmt, __FUNCTION__, ##__VA_ARGS__)
154 # define INFO(fmt, ...) syslog(LOG_INFO, "%s: " fmt, __FUNCTION__, ##__VA_ARGS__)
172 * #define INFO(format, ...) log_with_component_and_type(OS_LOG_DEFAULT, LOG_TYPE_DEFAULT, format, ##__VA_ARGS__
    [all...]
adv-resolve.c 32 #undef INFO
33 #define INFO(fmt, ...) os_log_info(adv_log, "%{public}s: " # fmt, __FUNCTION__, ##__VA_ARGS__)
  /src/external/apache2/mDNSResponder/dist/DSO/
dso.c 49 #define LogMsg INFO
61 #undef INFO
63 #define INFO(fmt, ...)
513 INFO("[DSO%u] Adding a DSO activity - activity name: " PRI_S_SRP ", activity type: " PUB_S_SRP
546 INFO("[DSO%u] Removing a DSO activity - activity name: " PRI_S_SRP ", activity type: " PUB_S_SRP
565 INFO("[DSO%u] Disassociate the outstanding dso query with the context - query id: 0x%x, context: %p.",
  /src/crypto/external/bsd/openssl.old/dist/apps/
pkcs12.c 23 #define INFO 0x4
69 {"info", OPT_INFO, '-', "Print info about PKCS#12 structure"},
179 options |= INFO;
527 if ((options & INFO) && PKCS12_mac_present(p12)) {
613 if (options & INFO)
616 if (options & INFO) {
670 if (options & INFO)
684 if (options & INFO) {
709 if (options & INFO)
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
pkcs12.c 28 #define INFO 0x4
147 { "info", OPT_INFO, '-', "Print info about PKCS#12 structure" },
274 options |= INFO;
432 if ((options & INFO) != 0)
433 WARN_EXPORT("info");
819 if ((options & INFO) && PKCS12_mac_present(p12)) {
1003 if (options & INFO)
1006 if (options & INFO) {
1063 if (options & INFO)
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
pkcs12.c 26 #define INFO 0x4
104 {"info", OPT_INFO, '-', "Print info about PKCS#12 structure"},
219 options |= INFO;
372 if ((options & INFO) != 0)
373 WARN_EXPORT("info");
745 if ((options & INFO) && PKCS12_mac_present(p12)) {
856 if (options & INFO)
859 if (options & INFO) {
917 if (options & INFO)
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 63 #define INFO 316
ldgram.c 199 #define INFO 316
2102 "LD_FEATURE","NOLOAD","DSECT","COPY","INFO","OVERLAY","READONLY","TYPE",
2454 "type : INFO",
ldlex.c 2417 { RTOKEN(INFO); }
3894 saving the current input info on the include stack. */
3952 /* Switch flex to reading from STRING, saving the current input info
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 116 INFO = 317, /* INFO */
261 #define INFO 317
ldlex.c 2417 { RTOKEN(INFO); }
3894 saving the current input info on the include stack. */
3952 /* Switch flex to reading from STRING, saving the current input info
ldgram.c 217 INFO = 317, /* INFO */
362 #define INFO 317
574 YYSYMBOL_INFO = 78, /* INFO */
1267 "COPY", "INFO", "OVERLAY", "READONLY", "TYPE", "DEFINED", "TARGET_K",
4317 case 313: /* type: INFO */
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 26 * <info@isc.org>
286 INFO = 585,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 26 * <info@isc.org>
290 INFO = 585,

Completed in 43 milliseconds