HomeSort by relevance Sort by last modified time
    Searched refs:comment_length (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
wrjpgcom.c 420 unsigned int comment_length = 0; local
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)
    [all...]
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 420 unsigned int comment_length = 0; local
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)
    [all...]

Completed in 185 milliseconds