Home
last modified time | relevance | path

Searched refs:text_info (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ulog/src/
A Dulog_async.c50 char *text_info = NULL; in ulog_handler() local
51 if ((str[0] == '<') && ((text_info = strchr(str, '>')) != NULL)) { in ulog_handler()
79 … (void)uagent_send(UAGENT_MOD_ULOG, ULOG_SHOW, strlen(text_info + 1), text_info + 1, 0); in ulog_handler()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngrutil.c2517 png_text text_info; in png_handle_tEXt() local
2580 text_info.compression = PNG_TEXT_COMPRESSION_NONE; in png_handle_tEXt()
2581 text_info.key = key; in png_handle_tEXt()
2582 text_info.lang = NULL; in png_handle_tEXt()
2583 text_info.lang_key = NULL; in png_handle_tEXt()
2584 text_info.itxt_length = 0; in png_handle_tEXt()
2585 text_info.text = text; in png_handle_tEXt()
2586 text_info.text_length = strlen(text); in png_handle_tEXt()
2588 if (png_set_text_2(png_ptr, info_ptr, &text_info, 1) != 0) in png_handle_tEXt()

Completed in 9 milliseconds