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

/dovecot/src/lib-imap/
H A Dimap-bodystructure.c689 static bool str_append_nstring(string_t *str, const struct imap_arg *arg) function
732 if (!str_append_nstring(str, args)) {
781 if (!str_append_nstring(str, args)) {
795 if (!str_append_nstring(str, &args[0]))
798 if (!str_append_nstring(str, &args[1]))
811 if (!str_append_nstring(str, &subargs[0])) {
816 if (!str_append_nstring(str, &subargs[1])) {
839 if (!str_append_nstring(str, args)) {

Completed in 8 milliseconds