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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-catalog.c101 this->filepos = NULL;
127 free (this->filepos[j].file_name);
128 if (this->filepos != NULL)
129 free (this->filepos);
171 pp = &this->filepos[j];
203 free (this->filepos[j].file_name);
204 if (this->filepos != NULL)
205 free (this->filepos);
207 this->filepos = NULL;
295 nbytes = (this->filepos_count + 1) * sizeof (this->filepos[
[all...]
H A Dwrite-catalog.c385 qsort (mp->filepos, mp->filepos_count, sizeof (mp->filepos[0]),
401 /* No filepos is smaller than any other filepos. */
411 cmp = strcmp (a->filepos[0].file_name, b->filepos[0].file_name);
416 cmp = a->filepos[0].line_number - b->filepos[0].line_number;
433 /* It makes sense to compare filepos[0] of different messages only after
434 the filepos[] arra
[all...]
H A Dmessage.c116 mp->filepos = NULL;
144 free ((char *) mp->filepos[j].file_name);
145 if (mp->filepos != NULL)
146 free (mp->filepos);
185 pp = &mp->filepos[j];
191 nbytes = (mp->filepos_count + 1) * sizeof (mp->filepos[0]);
192 mp->filepos = xrealloc (mp->filepos, nbytes);
195 pp = &mp->filepos[mp->filepos_count++];
227 lex_pos_ty *pp = &mp->filepos[
[all...]
H A Dread-catalog.h77 /* If true, pay attention to comments and filepos comments. */ \
108 /* Accumulate filepos comments for the next message directive. */ \
110 lex_pos_ty *filepos; \
H A Dmsgl-equal.c173 if (!pos_equal (&mp1->filepos[i], &mp2->filepos[i]))
H A Dmessage.h142 lex_pos_ty *filepos; member in struct:message_ty
H A Dmsgl-cat.c528 message_comment_filepos (tmp, mp->filepos[i].file_name,
529 mp->filepos[i].line_number);
560 message_comment_filepos (tmp, mp->filepos[i].file_name,
561 mp->filepos[i].line_number);
592 message_comment_filepos (tmp, mp->filepos[i].file_name,
593 mp->filepos[i].line_number);
H A Dwrite-stringtable.c196 lex_pos_ty *pp = &mp->filepos[j];
H A Dmsgmerge.c1077 lex_pos_ty *pp = &ref->filepos[j];
1675 if (mp->filepos != NULL)
1680 free ((char *) mp->filepos[i].file_name);
1682 free (mp->filepos);
1683 mp->filepos = NULL;
H A Dmsggrep.c692 /* Test whether one of mp->filepos[] is selected. */
694 if (filename_list_match (location_files, mp->filepos[i].file_name))
H A Dwrite-po.c298 /* Output mp->filepos as a set of comment lines. */
314 lex_pos_ty *pp = &mp->filepos[j];
346 pp = &mp->filepos[j];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext-po.c873 return (po_filepos_t) &mp->filepos[i];
896 free ((char *) mp->filepos[j].file_name);
898 mp->filepos[j] = mp->filepos[j + 1];
1096 po_filepos_file (po_filepos_t filepos) argument
1098 lex_pos_ty *pp = (lex_pos_ty *) filepos;
1108 po_filepos_start_line (po_filepos_t filepos) argument
1110 lex_pos_ty *pp = (lex_pos_ty *) filepos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmatroskaenc.c52 int64_t filepos; member in struct:mkv_seekhead
274 new_seekhead->filepos = avio_tell(pb);
285 static int mkv_add_seekhead_entry(mkv_seekhead *seekhead, unsigned int elementid, uint64_t filepos) argument
298 entries[seekhead->num_entries++].segmentpos = filepos - seekhead->segment_offset;
322 if (avio_seek(pb, seekhead->filepos, SEEK_SET) < 0) {
344 uint64_t remaining = seekhead->filepos + seekhead->reserved_size - avio_tell(pb);
348 currentpos = seekhead->filepos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmatroskaenc.c65 int64_t filepos; member in struct:mkv_seekhead
318 new_seekhead->filepos = avio_tell(pb);
329 static int mkv_add_seekhead_entry(mkv_seekhead *seekhead, unsigned int elementid, uint64_t filepos) argument
343 seekhead->entries[seekhead->num_entries++].segmentpos = filepos - seekhead->segment_offset;
366 if (avio_seek(pb, seekhead->filepos, SEEK_SET) < 0) {
388 uint64_t remaining = seekhead->filepos + seekhead->reserved_size - avio_tell(pb);
392 currentpos = seekhead->filepos;

Completed in 97 milliseconds