Searched defs:stream (Results 1 – 4 of 4) sorted by relevance
111 FILE *stream = NULL; in psa_its_get_info() local126 FILE *stream = NULL; in psa_its_get() local186 FILE *stream = NULL; in psa_its_set() local241 FILE *stream; in psa_its_remove() local
197 static int platform_fprintf_uninit(FILE *stream, const char *format, ...) in platform_fprintf_uninit()222 static void platform_setbuf_uninit(FILE *stream, char *buf) in platform_setbuf_uninit()232 int mbedtls_platform_set_setbuf(void (*setbuf_func)(FILE *stream, char *buf)) in mbedtls_platform_set_setbuf()
45 def __init__(self, stream): argument
572 def skip_comments(line, stream): argument