Home
last modified time | relevance | path

Searched +defs:eof +defs:object (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dfiles-buffered.H43 bool eof(void) { return(_eof); }; in eof() function
62 bool readIFFobject(char const *name, OBJ &object) { in readIFFobject()
67 bool readIFFobject(char const *name, OBJ *object) { in readIFFobject()
156 void writeIFFobject(char const *name, OBJ &object) { in writeIFFobject()
161 void writeIFFobject(char const *name, OBJ *object) { in writeIFFobject()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/src/
H A Dinput.cpp59 type_id check_input(type_id const &last, osmium::OSMObject const &object) in check_input()
139 queue_element_t(osmium::OSMObject *object, data_source_t *source) noexcept in queue_element_t()
143 osmium::OSMObject const &object() const noexcept { return *m_object; } in object() function in queue_element_t
145 osmium::OSMObject &object() noexcept { return *m_object; } in object() function in queue_element_t
221 void apply(osmium::OSMObject &object) in apply()
243 void eof() in eof() function in input_context_t
276 for (auto &object : buffer.select<osmium::OSMObject>()) { in process_single_file() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/cachefiles/
H A Drdwr.c25 struct cachefiles_object *object; in cachefiles_read_waiter() local
76 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
155 struct cachefiles_object *object; in cachefiles_read_copier() local
396 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() local
465 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
687 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages() local
800 struct cachefiles_object *object; in cachefiles_allocate_page() local
838 struct cachefiles_object *object; in cachefiles_allocate_pages() local
881 struct cachefiles_object *object; in cachefiles_write_page() local
885 loff_t pos, eof; in cachefiles_write_page() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/cachefiles/
H A Drdwr.c25 struct cachefiles_object *object; in cachefiles_read_waiter() local
76 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
155 struct cachefiles_object *object; in cachefiles_read_copier() local
396 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() local
465 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
687 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages() local
800 struct cachefiles_object *object; in cachefiles_allocate_page() local
838 struct cachefiles_object *object; in cachefiles_allocate_pages() local
881 struct cachefiles_object *object; in cachefiles_write_page() local
885 loff_t pos, eof; in cachefiles_write_page() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/cachefiles/
H A Drdwr.c25 struct cachefiles_object *object; in cachefiles_read_waiter() local
76 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
155 struct cachefiles_object *object; in cachefiles_read_copier() local
396 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() local
465 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
687 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages() local
800 struct cachefiles_object *object; in cachefiles_allocate_page() local
838 struct cachefiles_object *object; in cachefiles_allocate_pages() local
881 struct cachefiles_object *object; in cachefiles_write_page() local
885 loff_t pos, eof; in cachefiles_write_page() local
[all …]
/dports/net/czmq4/czmq-4.2.1/bindings/qml/src/
H A DQmlZfile.cpp124 bool QmlZfile::eof () { in eof() function in QmlZfile
161 QObject* QmlZfile::qmlAttachedProperties(QObject* object) { in qmlAttachedProperties()
/dports/net/czmq/czmq-4.1.1/bindings/qml/src/
H A DQmlZfile.cpp124 bool QmlZfile::eof () { in eof() function in QmlZfile
161 QObject* QmlZfile::qmlAttachedProperties(QObject* object) { in qmlAttachedProperties()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dimem.c238 static int OpenCommon(vlc_object_t *object, imem_sys_t **sys_ptr, const char *psz_path) in OpenCommon()
291 static int OpenAccess(vlc_object_t *object) in OpenAccess()
317 static void CloseAccess(vlc_object_t *object) in CloseAccess()
366 static block_t *Block(stream_t *access, bool *restrict eof) in Block()
392 static inline int GetCategory(vlc_object_t *object) in GetCategory()
414 static int OpenDemux(vlc_object_t *object) in OpenDemux()
506 static void CloseDemux(vlc_object_t *object) in CloseDemux()
622 static void ParseMRL(vlc_object_t *object, const char *psz_path) in ParseMRL()
/dports/devel/libsoup/libsoup-2.74.0/libsoup/
H A Dsoup-body-output-stream.c33 gboolean eof; member
58 soup_body_output_stream_constructed (GObject *object) in soup_body_output_stream_constructed()
66 soup_body_output_stream_set_property (GObject *object, guint prop_id, in soup_body_output_stream_set_property()
87 soup_body_output_stream_get_property (GObject *object, guint prop_id, in soup_body_output_stream_get_property()
H A Dsoup-filter-input-stream.c43 soup_filter_input_stream_finalize (GObject *object) in soup_filter_input_stream_finalize()
203 gboolean eof = FALSE; in soup_filter_input_stream_read_until() local
H A Dsoup-body-input-stream.c34 gboolean eof; member
71 soup_body_input_stream_constructed (GObject *object) in soup_body_input_stream_constructed()
84 soup_body_input_stream_set_property (GObject *object, guint prop_id, in soup_body_input_stream_set_property()
105 soup_body_input_stream_get_property (GObject *object, guint prop_id, in soup_body_input_stream_get_property()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dloader.cpp293 void CachedCSSStyleSheet::data(QBuffer &buffer, bool eof) in data()
403 void CachedScript::data(QBuffer &buffer, bool eof) in data()
780 void CachedImage::data(QBuffer &_buffer, bool eof) in data()
832 void CachedSound::data(QBuffer &buffer, bool eof) in data()
884 void CachedFont::data(QBuffer &buffer, bool eof) in data()
1265 void Loader::load(DocLoader *dl, CachedObject *object, bool incremental, int priority) in load()
1699 void Cache::removeCacheEntry(CachedObject *object) in removeCacheEntry()
1761 void Cache::removeFromLRUList(CachedObject *object) in removeFromLRUList()
1791 void Cache::insertInLRUList(CachedObject *object) in insertInLRUList()
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/kurin/blazer/b2/
H A Dintegration_test.go1221 type object struct { struct
1222 o *Object
1223 err error
1252 eof bool member
/dports/databases/mydumper/mydumper-0.11.3-2/
H A Dmyloader.c217 …t db_table * dbt, GString * statement, guint part, enum restore_job_type type, const char *object){ in new_restore_job()
575 gboolean eof = FALSE; in load_schema() local
699 void process_database_filename(struct configuration *conf, char * filename, const char *object) { in process_database_filename()
754 void process_schema_filename(struct configuration *conf, const gchar *filename, const char * object in process_schema_filename()
1451 gboolean eof = FALSE; in get_table_name_from_content() local
1489 gboolean eof = FALSE; in get_database_name_from_content() local
1530 gboolean eof = FALSE; in restore_data_from_file() local
1595 gboolean *eof) { in read_data()
1673 gboolean eof=FALSE; in process_stream() local
/dports/devel/libsoup3/libsoup-3.0.3/libsoup/http1/
H A Dsoup-body-output-stream.c37 gboolean eof; member
73 soup_body_output_stream_constructed (GObject *object) in soup_body_output_stream_constructed()
82 soup_body_output_stream_set_property (GObject *object, guint prop_id, in soup_body_output_stream_set_property()
104 soup_body_output_stream_get_property (GObject *object, guint prop_id, in soup_body_output_stream_get_property()
H A Dsoup-body-input-stream.c38 gboolean eof; member
79 soup_body_input_stream_constructed (GObject *object) in soup_body_input_stream_constructed()
93 soup_body_input_stream_set_property (GObject *object, guint prop_id, in soup_body_input_stream_set_property()
115 soup_body_input_stream_get_property (GObject *object, guint prop_id, in soup_body_input_stream_get_property()
/dports/net-p2p/cpuminer/cpuminer-2.5.0/compat/jansson/
H A Dload.c40 eof_func eof; member
117 stream_init(stream_t *stream, get_func get, eof_func eof, void *data) in stream_init()
584 static int lex_init(lex_t *lex, get_func get, eof_func eof, void *data) in lex_init()
610 json_t *object = json_object(); in parse_object() local
/dports/databases/webdis/webdis-0.1.18/src/jansson/src/
H A Dload.c40 eof_func eof; member
119 stream_init(stream_t *stream, get_func get, eof_func eof, void *data) in stream_init()
593 static int lex_init(lex_t *lex, get_func get, eof_func eof, void *data) in lex_init()
619 json_t *object = json_object(); in parse_object() local
/dports/www/polipo/polipo-1.1.1/
H A Dserver.c398 httpMakeServerRequest(char *name, int port, ObjectPtr object, in httpMakeServerRequest()
1463 httpServerRequest(ObjectPtr object, int method, int from, int to, in httpServerRequest()
1524 ObjectPtr object = request->object; in httpWriteRequest() local
1856 httpServerHandlerHeaders(int eof, in httpServerHandlerHeaders()
1862 ObjectPtr object = request->object; in httpServerHandlerHeaders() local
2393 httpServerIndirectHandlerCommon(HTTPConnectionPtr connection, int eof) in httpServerIndirectHandlerCommon()
2483 ObjectPtr object = request->object; in httpServerReadData() local
2595 ObjectPtr object = request->object; in httpServerDirectHandlerCommon() local
2689 ObjectPtr object = request->object; in connectionAddData() local
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Dstream_extractor.c78 vlc_object_t* object; /**< the underlying stream-extractor object */ member
154 se_StreamBlock( stream_t* stream, bool* eof ) in se_StreamBlock()
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-stream-reader.c97 dispose (GObject *object) in dispose()
236 gboolean eof = FALSE; in cut_stream_reader_read_from_io_channel() local
/dports/shells/ksh93/ast-93u/src/cmd/mailx/
H A Dcmd2.c488 ignoreshow(Dt_t* dt, void* object, void* context) in ignoreshow()
574 maplist(Dt_t* dt, void* object, void* context) in maplist()
941 int eof; in incorporate() local
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/mailx/
H A Dcmd2.c488 ignoreshow(Dt_t* dt, void* object, void* context) in ignoreshow()
574 maplist(Dt_t* dt, void* object, void* context) in maplist()
941 int eof; in incorporate() local
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/mailx/
H A Dcmd2.c488 ignoreshow(Dt_t* dt, void* object, void* context) in ignoreshow()
574 maplist(Dt_t* dt, void* object, void* context) in maplist()
941 int eof; in incorporate() local
/dports/misc/perkeep/perkeep-0.11/vendor/rsc.io/pdf/
H A Dlex.go45 eof bool member
390 type object interface{} interface

1234567