Searched refs:priority (Results 1 – 2 of 2) sorted by relevance
| /crypto/bio/ |
| A D | bss_log.c | 86 static void xsyslog(BIO *bp, int priority, const char *string); 131 int priority, i; in slg_write() local 210 priority = mapping[i].log_level; in slg_write() 213 xsyslog(b, priority, pp); in slg_write() 251 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument 260 switch (priority) { in xsyslog() 307 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument 334 switch (priority) { in xsyslog() 400 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() argument 402 syslog(priority, "%s", string); in xsyslog()
|
| /crypto/ |
| A D | ex_data.c | 154 int priority) in ossl_crypto_get_ex_new_index_ex() argument 189 a->priority = priority; in ossl_crypto_get_ex_new_index_ex() 358 if (ap->excb->priority == bp->excb->priority) in ex_callback_compare() 360 return ap->excb->priority > bp->excb->priority ? -1 : 1; in ex_callback_compare()
|
Completed in 10 milliseconds