Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
A Dwrjpgcom.c421 unsigned int comment_length = 0; in main() local
464 comment_length = (unsigned int) strlen(comment_arg); in main()
465 if (comment_length > 0 && comment_arg[comment_length-1] == '"') { in main()
485 comment_length = (unsigned int) strlen(comment_arg); in main()
560 comment_length = 0; in main()
563 if (comment_length >= (unsigned int) MAX_COM_LENGTH) { in main()
568 comment_arg[comment_length++] = (char) c; in main()
582 if (comment_length > 0) { in main()
584 write_2_bytes(comment_length + 2); in main()
585 while (comment_length > 0) { in main()
[all …]

Completed in 5 milliseconds