Lines Matching refs:domains
56 const char **domains;
87 file->domains = NULL;
127 file->domains = NULL;
170 file->domains = NULL;
208 file->domains = NULL;
268 if (file->domains != NULL)
269 free (file->domains);
274 /* Return the names of the domains covered by a PO file in memory. */
279 if (file->domains == NULL)
282 const char **domains =
287 domains[j] = file->mdlp->item[j]->domain;
288 domains[n] = NULL;
290 file->domains = domains;
293 return file->domains;