Lines Matching defs:info
145 /* For application-defined information (static C-string `info')
156 const char *info;
379 fprintf(stderr, "pop_info(): deleted info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
397 int CRYPTO_push_info_(const char *info, const char *file, int line)
424 ami->info=info;
433 fprintf(stderr, "CRYPTO_push_info(): previous info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
721 " thread=%lu, file=%s, line=%d, info=\"",
725 info_len=strlen(amip->info);
728 memcpy(buf + buf_len, amip->info, 128 - buf_len - 3);
733 BUF_strlcpy(buf + buf_len, amip->info,
847 no chance of reaching the info stack for the item it processes. Should