Searched defs:strinput (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dtest-strescape.c7 struct strinput { struct
39 static const struct strinput unesc[] = {
44 static const struct strinput tabesc[] = {
H A Djson-parser.c37 struct istream *strinput; member in struct:json_parser
641 i_assert(parser->strinput == NULL);
664 i_assert(parser->strinput == NULL);
677 i_assert(parser->strinput != NULL);
679 parser->strinput = NULL;
707 parser->strinput = i_stream_create_jsonstr(parser->input);
708 i_stream_add_destroy_callback(parser->strinput,
711 *input_r = parser->strinput;
721 i_assert(parser->strinput == NULL);

Completed in 17 milliseconds