Lines Matching defs:text
871 "act as an echo server that sends back received text reversed"},
2655 static const char str[] = "Lets print some clear text\n";
3208 "HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n");
3301 static const char *text =
3302 "HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n";
3336 BIO_puts(io, text);
3343 BIO_puts(io, text);
3349 BIO_puts(io, text);
3356 BIO_puts(io, text);
3363 BIO_puts(io, text);
3378 "HTTP/1.0 200 ok\r\nContent-type: text/html\r\n\r\n");
3381 "HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n");