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

/dovecot/src/plugins/push-notification/
H A Dpush-notification-driver-ox.c49 char *cached_ox_metadata; member in struct:push_notification_driver_ox_config
149 if ((dconfig->cached_ox_metadata != NULL) &&
152 return dconfig->cached_ox_metadata;
183 i_free(dconfig->cached_ox_metadata);
184 dconfig->cached_ox_metadata = i_strdup(attr.value);
187 return dconfig->cached_ox_metadata;
408 i_free(dconfig->cached_ox_metadata);

Completed in 19 milliseconds