Home
last modified time | relevance | path

Searched refs:comment_length (Results 1 – 5 of 5) 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()
552 comment_length = 0; in main()
555 if (comment_length >= (unsigned int)MAX_COM_LENGTH) { in main()
560 comment_arg[comment_length++] = (char)c; in main()
574 if (comment_length > 0) { in main()
576 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()
/external/python/cpython3/PC/bdist_wininst/
Darchive.h39 short comment_length; member
Dextract.c243 pcdir->comment_length; in unzip_archive()