Lines Matching full:info
89 /* For application-defined information (static C-string `info')
100 const char *info;
316 fprintf(stderr, "pop_info(): deleted info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
333 int CRYPTO_dbg_push_info(const char *info, const char *file, int line)
360 ami->info=info;
369 fprintf(stderr, "CRYPTO_push_info(): previous info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
655 " thread=%lu, file=%s, line=%d, info=\"",
658 info_len=strlen(amip->info);
661 memcpy(buf + buf_len, amip->info, 128 - buf_len - 3);
666 BUF_strlcpy(buf + buf_len, amip->info,
777 no chance of reaching the info stack for the item it processes. Should