Searched refs:rslp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.h194 add_reference (refcounted_string_list_ty *rslp) argument
196 if (rslp != NULL)
197 rslp->refcount++;
198 return rslp;
202 drop_reference (refcounted_string_list_ty *rslp) argument
204 if (rslp != NULL)
206 if (rslp->refcount > 1)
207 rslp->refcount--;
210 string_list_destroy (&rslp->contents);
211 free (rslp);
[all...]
H A Dxgettext.c1761 savable_comment_to_xgettext_comment (refcounted_string_list_ty *rslp) argument
1764 if (rslp != NULL)
1768 for (i = 0; i < rslp->contents.nitems; i++)
1769 xgettext_comment_add (rslp->contents.item[i]);

Completed in 126 milliseconds