Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:comment_length

420   unsigned int comment_length = 0;
458 comment_length = (unsigned int) strlen(comment_arg);
459 if (comment_length > 0 && comment_arg[comment_length-1] == '"') {
460 comment_arg[comment_length-1] = '\0'; /* zap terminating quote */
469 comment_length = (unsigned int) strlen(comment_arg);
544 comment_length = 0;
547 if (comment_length >= (unsigned int) MAX_COM_LENGTH) {
552 comment_arg[comment_length++] = (char) c;
566 if (comment_length > 0) {
568 write_2_bytes(comment_length + 2);
569 while (comment_length > 0) {
571 comment_length--;