Home | History | Annotate | Download | only in x509

Lines Matching defs:quotes

127 		/* If we don't escape with quotes, signal we need quotes */
162 int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg)
209 len = do_esc_char(utfbuf[i], (unsigned char)(flags | orflags), quotes, io_ch, arg);
214 len = do_esc_char(c, (unsigned char)(flags | orflags), quotes, io_ch, arg);
304 char quotes;
306 quotes = 0;
353 len = do_buf(str->data, str->length, type, flags, &quotes, io_ch, NULL);
356 if(quotes) outlen += 2;
358 if(quotes && !io_ch(arg, "\"", 1)) return -1;
361 if(quotes && !io_ch(arg, "\"", 1)) return -1;