Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dwrjpgcom.c414 unsigned int comment_length = 0; in main() local
457 comment_length = (unsigned int) strlen(comment_arg); in main()
458 if (comment_length > 0 && comment_arg[comment_length-1] == '"') { in main()
459 comment_arg[comment_length-1] = '\0'; /* zap terminating quote */ in main()
478 comment_length = (unsigned int) strlen(comment_arg); in main()
553 comment_length = 0; in main()
556 if (comment_length >= (unsigned int) MAX_COM_LENGTH) { in main()
561 comment_arg[comment_length++] = (char) c; in main()
575 if (comment_length > 0) { in main()
577 write_2_bytes(comment_length + 2); in main()
[all …]
/external/python/cpython2/PC/bdist_wininst/
Darchive.h40 short comment_length; member
Dextract.c244 pcdir->comment_length; in unzip_archive()