Home | History | Annotate | Download | only in cpp

Lines Matching refs:BINARY

36   } else if (strcasecmp(*encoding, "binary") == 0) {
37 return BINARY;
40 "Use 'binary'.\n");
41 return BINARY;
43 fprintf(stderr, "'raws' encoding has been renamed to 'binary'. "
45 return BINARY;
56 if (encoding == BINARY) {
79 "Use 'binary'.\n");
110 "Use 'binary'.\n");
129 assert(encoding == BINARY);