Home
last modified time | relevance | path

Searched refs:seek_off (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dcandump.c25 static gboolean candump_seek_read(wtap *wth, gint64 seek_off,
103 gint64 seek_off; in candump_parse() local
116 seek_off = file_tell(fh); in candump_parse()
118 candump_debug_printf("%s: Starting parser at offset %" PRIi64 "\n", G_STRFUNC, seek_off); in candump_parse()
124 if (file_seek(fh, seek_off + state.file_bytes_read, SEEK_SET, err) == -1) in candump_parse()
142 *offset = seek_off; in candump_parse()
208 candump_seek_read(wtap *wth , gint64 seek_off, wtap_rec *rec, in candump_seek_read() argument
214 candump_debug_printf("%s: Read at offset %" PRIi64 "\n", G_STRFUNC, seek_off); in candump_seek_read()
217 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) in candump_seek_read()
H A Dbusmaster.c32 busmaster_seek_read(wtap *wth, gint64 seek_off,
198 gint64 seek_off; in busmaster_parse() local
209 seek_off = file_tell(fh); in busmaster_parse()
211 G_STRFUNC, seek_off); in busmaster_parse()
217 G_STRFUNC, seek_off + state->file_bytes_read); in busmaster_parse()
218 if (file_seek(fh, seek_off + state->file_bytes_read, SEEK_SET, err) == -1) in busmaster_parse()
407 busmaster_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec, in busmaster_seek_read() argument
414 busmaster_debug_printf("%s: offset = %" PRIi64 "\n", G_STRFUNC, seek_off); in busmaster_seek_read()
416 priv_entry = busmaster_find_priv_entry(wth->priv, seek_off); in busmaster_seek_read()
425 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) in busmaster_seek_read()
H A Dipfix.c69 ipfix_seek_read(wtap *wth, gint64 seek_off,
308 ipfix_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec, in ipfix_seek_read() argument
312 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) { in ipfix_seek_read()
318 ws_debug("reading at offset %" G_GINT64_MODIFIER "u", seek_off); in ipfix_seek_read()
H A Ddaintree-sna.c64 static gboolean daintree_sna_seek_read(wtap *wth, gint64 seek_off,
137 daintree_sna_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec, in daintree_sna_seek_read() argument
140 if(file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) in daintree_sna_seek_read()
H A Dcsids.c35 static gboolean csids_seek_read(wtap *wth, gint64 seek_off,
151 gint64 seek_off, in csids_seek_read() argument
159 if( file_seek( wth->random_fh, seek_off, SEEK_SET, err ) == -1 ) in csids_seek_read()
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dcandump.c25 static gboolean candump_seek_read(wtap *wth, gint64 seek_off,
103 gint64 seek_off; in candump_parse() local
116 seek_off = file_tell(fh); in candump_parse()
118 candump_debug_printf("%s: Starting parser at offset %" PRIi64 "\n", G_STRFUNC, seek_off); in candump_parse()
124 if (file_seek(fh, seek_off + state.file_bytes_read, SEEK_SET, err) == -1) in candump_parse()
142 *offset = seek_off; in candump_parse()
208 candump_seek_read(wtap *wth , gint64 seek_off, wtap_rec *rec, in candump_seek_read() argument
214 candump_debug_printf("%s: Read at offset %" PRIi64 "\n", G_STRFUNC, seek_off); in candump_seek_read()
217 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) in candump_seek_read()
H A Dbusmaster.c32 busmaster_seek_read(wtap *wth, gint64 seek_off,
198 gint64 seek_off; in busmaster_parse() local
209 seek_off = file_tell(fh); in busmaster_parse()
211 G_STRFUNC, seek_off); in busmaster_parse()
217 G_STRFUNC, seek_off + state->file_bytes_read); in busmaster_parse()
218 if (file_seek(fh, seek_off + state->file_bytes_read, SEEK_SET, err) == -1) in busmaster_parse()
407 busmaster_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec, in busmaster_seek_read() argument
414 busmaster_debug_printf("%s: offset = %" PRIi64 "\n", G_STRFUNC, seek_off); in busmaster_seek_read()
416 priv_entry = busmaster_find_priv_entry(wth->priv, seek_off); in busmaster_seek_read()
425 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) in busmaster_seek_read()
H A Dipfix.c69 ipfix_seek_read(wtap *wth, gint64 seek_off,
308 ipfix_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec, in ipfix_seek_read() argument
312 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) { in ipfix_seek_read()
318 ws_debug("reading at offset %" G_GINT64_MODIFIER "u", seek_off); in ipfix_seek_read()
H A Dcsids.c35 static gboolean csids_seek_read(wtap *wth, gint64 seek_off,
151 gint64 seek_off, in csids_seek_read() argument
159 if( file_seek( wth->random_fh, seek_off, SEEK_SET, err ) == -1 ) in csids_seek_read()
H A Ddaintree-sna.c64 static gboolean daintree_sna_seek_read(wtap *wth, gint64 seek_off,
137 daintree_sna_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec, in daintree_sna_seek_read() argument
140 if(file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) in daintree_sna_seek_read()
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dcandump.c25 static gboolean candump_seek_read(wtap *wth, gint64 seek_off,
103 gint64 seek_off; in candump_parse() local
116 seek_off = file_tell(fh); in candump_parse()
118 candump_debug_printf("%s: Starting parser at offset %" PRIi64 "\n", G_STRFUNC, seek_off); in candump_parse()
124 if (file_seek(fh, seek_off + state.file_bytes_read, SEEK_SET, err) == -1) in candump_parse()
142 *offset = seek_off; in candump_parse()
208 candump_seek_read(wtap *wth , gint64 seek_off, wtap_rec *rec, in candump_seek_read() argument
214 candump_debug_printf("%s: Read at offset %" PRIi64 "\n", G_STRFUNC, seek_off); in candump_seek_read()
217 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) in candump_seek_read()
H A Dbusmaster.c32 busmaster_seek_read(wtap *wth, gint64 seek_off,
198 gint64 seek_off; in busmaster_parse() local
209 seek_off = file_tell(fh); in busmaster_parse()
211 G_STRFUNC, seek_off); in busmaster_parse()
217 G_STRFUNC, seek_off + state->file_bytes_read); in busmaster_parse()
218 if (file_seek(fh, seek_off + state->file_bytes_read, SEEK_SET, err) == -1) in busmaster_parse()
407 busmaster_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec, in busmaster_seek_read() argument
414 busmaster_debug_printf("%s: offset = %" PRIi64 "\n", G_STRFUNC, seek_off); in busmaster_seek_read()
416 priv_entry = busmaster_find_priv_entry(wth->priv, seek_off); in busmaster_seek_read()
425 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) in busmaster_seek_read()
H A Dipfix.c69 ipfix_seek_read(wtap *wth, gint64 seek_off,
308 ipfix_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec, in ipfix_seek_read() argument
312 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) { in ipfix_seek_read()
318 ws_debug("reading at offset %" G_GINT64_MODIFIER "u", seek_off); in ipfix_seek_read()
H A Dcsids.c35 static gboolean csids_seek_read(wtap *wth, gint64 seek_off,
151 gint64 seek_off, in csids_seek_read() argument
159 if( file_seek( wth->random_fh, seek_off, SEEK_SET, err ) == -1 ) in csids_seek_read()
H A Ddaintree-sna.c64 static gboolean daintree_sna_seek_read(wtap *wth, gint64 seek_off,
137 daintree_sna_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec, in daintree_sna_seek_read() argument
140 if(file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) in daintree_sna_seek_read()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dcandump.c25 static gboolean candump_seek_read(wtap *wth, gint64 seek_off,
103 gint64 seek_off;
116 seek_off = file_tell(fh);
118 candump_debug_printf("%s: Starting parser at offset %" PRIi64 "\n", G_STRFUNC, seek_off);
124 if (file_seek(fh, seek_off + state.file_bytes_read, SEEK_SET, err) == -1)
142 *offset = seek_off;
208 candump_seek_read(wtap *wth , gint64 seek_off, wtap_rec *rec,
214 candump_debug_printf("%s: Read at offset %" PRIi64 "\n", G_STRFUNC, seek_off);
217 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1)
H A Dbusmaster.c32 busmaster_seek_read(wtap *wth, gint64 seek_off,
198 gint64 seek_off;
209 seek_off = file_tell(fh);
211 G_STRFUNC, seek_off);
217 G_STRFUNC, seek_off + state->file_bytes_read);
218 if (file_seek(fh, seek_off + state->file_bytes_read, SEEK_SET, err) == -1)
407 busmaster_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec,
414 busmaster_debug_printf("%s: offset = %" PRIi64 "\n", G_STRFUNC, seek_off);
416 priv_entry = busmaster_find_priv_entry(wth->priv, seek_off);
425 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1)
H A Dipfix.c69 ipfix_seek_read(wtap *wth, gint64 seek_off,
308 ipfix_seek_read(wtap *wth, gint64 seek_off, wtap_rec *rec, in ipfix_seek_read() argument
312 if (file_seek(wth->random_fh, seek_off, SEEK_SET, err) == -1) { in ipfix_seek_read()
318 ws_debug("reading at offset %" G_GINT64_MODIFIER "u", seek_off); in ipfix_seek_read()
H A Dcsids.c35 static gboolean csids_seek_read(wtap *wth, gint64 seek_off,
151 gint64 seek_off, in csids_seek_read() argument
159 if( file_seek( wth->random_fh, seek_off, SEEK_SET, err ) == -1 ) in csids_seek_read()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dsetproctitle.c228 off_t seek_off; in setproctitle() local
272 seek_off = UVUBLK + (off_t) u.u_psargs - (off_t) &u; in setproctitle()
273 if (lseek(kmem, (char *) seek_off, SEEK_SET) == seek_off) in setproctitle()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dsetproctitle.c228 off_t seek_off; in setproctitle() local
272 seek_off = UVUBLK + (off_t) u.u_psargs - (off_t) &u; in setproctitle()
273 if (lseek(kmem, (char *) seek_off, SEEK_SET) == seek_off) in setproctitle()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dsetproctitle.c227 off_t seek_off; in setproctitle() local
271 seek_off = UVUBLK + (off_t) u.u_psargs - (off_t) &u; in setproctitle()
272 if (lseek(kmem, (char *) seek_off, SEEK_SET) == seek_off) in setproctitle()
/dports/mail/smtpfeed/smtpfeed-1.23/
H A Dproctitle.c237 off_t seek_off; local
280 seek_off = UVUBLK + (off_t) u.u_psargs - (off_t) &u;
281 if (lseek(kmem, (off_t) seek_off, SEEK_SET) == seek_off)
/dports/net/binkd/binkd-1.0.4/unix/
H A Dsetpttl.c194 off_t seek_off; in setproctitle() local
236 seek_off = UVUBLK + (off_t) u.u_psargs - (off_t) &u; in setproctitle()
237 if (lseek(kmem, (off_t) seek_off, SEEK_SET) == seek_off) in setproctitle()
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dproctitle.c306 off_t seek_off; in setproctitle() local
344 seek_off = UVUBLK + (off_t) u.u_psargs - (off_t) &u; in setproctitle()
345 if (lseek(kmem, (off_t) seek_off, SEEK_SET) == seek_off) in setproctitle()

1234567891011