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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.c2098 size_t nitems_before; local
2103 nitems_before = (mp->comment_dot != NULL ? mp->comment_dot->nitems : 0);
2162 if (nitems_before < nitems_after)
2164 size_t added = nitems_after - nitems_before;
2166 if (added <= nitems_before)
2171 if (strcmp (mp->comment_dot->item[nitems_before - added + i],
2172 mp->comment_dot->item[nitems_before + i]) != 0)
2181 free ((char *) mp->comment_dot->item[nitems_before + i]);
2182 mp->comment_dot->nitems = nitems_before;

Completed in 179 milliseconds