Home
last modified time | relevance | path

Searched refs:open_func (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/sysutils/burp-devel/burp-2.5.4/utest/
H A Dtest_fzp.c16 struct fzp *(*open_func)(const char *, const char *), in setup_for_read()
22 fail_unless((fzp=open_func(file, "wb"))!=NULL); in setup_for_read()
50 fail_unless((fzp=open_func(file, "rb"))!=NULL); in read_checks()
66 setup_for_read(open_func, content); in do_read_tests()
67 FOREACH(rd) read_checks(open_func, &rd[i]); in do_read_tests()
92 fail_unless((fzp=open_func(file, "rb"))!=NULL); in seek_checks()
111 setup_for_read(open_func, content); in do_seek_tests()
112 FOREACH(sd) seek_checks(open_func, &sd[i]); in do_seek_tests()
139 fail_unless((fzp=open_func(file, "rb"))!=NULL); in truncate_checks()
155 setup_for_read(open_func, content); in do_truncate_tests()
[all …]
/dports/sysutils/burp/burp-2.4.0/utest/
H A Dtest_fzp.c16 struct fzp *(*open_func)(const char *, const char *), in setup_for_read()
22 fail_unless((fzp=open_func(file, "wb"))!=NULL); in setup_for_read()
50 fail_unless((fzp=open_func(file, "rb"))!=NULL); in read_checks()
66 setup_for_read(open_func, content); in do_read_tests()
67 FOREACH(rd) read_checks(open_func, &rd[i]); in do_read_tests()
92 fail_unless((fzp=open_func(file, "rb"))!=NULL); in seek_checks()
111 setup_for_read(open_func, content); in do_seek_tests()
112 FOREACH(sd) seek_checks(open_func, &sd[i]); in do_seek_tests()
139 fail_unless((fzp=open_func(file, "rb"))!=NULL); in truncate_checks()
155 setup_for_read(open_func, content); in do_truncate_tests()
[all …]
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/rawmidi/
H A Drawmidi.c172 int (*open_func)(snd_rawmidi_t **, snd_rawmidi_t **, in snd_rawmidi_open_conf() local
241 open_func = snd_dlobj_cache_get2(lib, open_name, in snd_rawmidi_open_conf()
243 if (!open_func) { in snd_rawmidi_open_conf()
249 err = open_func(inputp, outputp, name, rawmidi_root, rawmidi_conf, mode); in snd_rawmidi_open_conf()
253 (*inputp)->open_func = open_func; in snd_rawmidi_open_conf()
259 (*outputp)->open_func = open_func; in snd_rawmidi_open_conf()
267 if (open_func) in snd_rawmidi_open_conf()
268 snd_dlobj_cache_put(open_func); in snd_rawmidi_open_conf()
348 if (rawmidi->open_func) in snd_rawmidi_close()
349 snd_dlobj_cache_put(rawmidi->open_func); in snd_rawmidi_close()
/dports/databases/db18/db-18.1.40/src/env/
H A Denv_backup.c176 __env_set_backup_callbacks(dbenv, open_func, write_func, close_func) in __env_set_backup_callbacks() argument
178 int (*open_func)(DB_ENV *, const char *, const char *, void **);
191 backup->open = open_func;
196 open_func, write_func, close_func)) != 0)
/dports/devel/py-argcomplete/argcomplete-1.12.3/argcomplete/
H A D_check_module.py72 open_func = tokenize.open
74 open_func = open
77 fp = open_func(filename)
/dports/devel/py-grizzled/grizzled-0.9.4/grizzled/file/
H A Dincluder.py369 open_func = urllib2.urlopen
382 open_func = open
385 open_func = open
388 assert(open_func != None)
392 f = open_func(name_to_open)
/dports/databases/db5/db-5.3.28/src/env/
H A Denv_backup.c148 __env_set_backup_callbacks(dbenv, open_func, write_func, close_func) in __env_set_backup_callbacks() argument
150 int (*open_func)(DB_ENV *, const char *, const char *, void **);
162 backup->open = open_func;
/dports/x11-fonts/libXfont/libXfont-1.5.4/src/stubs/
H A Dregfpefunc.c15 OpenFontFunc open_func, in RegisterFPEFunctions() argument
28 reset_func, open_func, close_func, list_func, start_lfwi_func, in RegisterFPEFunctions()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pipreqs/
H A Dpipreqs.py45 open_func = open variable
48 open_func = codecs.open
74 with open_func(os.path.join(root, file_name), "r", encoding=encoding) as f:
166 with open_func(os.path.join(root, item), "r", encoding=encoding) as f:
251 f = open_func(file_, "r")
314 f = open_func(file_, "r+")
/dports/devel/goffice/goffice-0.10.50/goffice/app/
H A Dfile.c56 fo->open_func = NULL; in go_file_opener_init()
154 if (fo->open_func != NULL) { in go_file_opener_open_real()
156 ((GOFileOpenerOpenFuncWithEnc)fo->open_func) in go_file_opener_open_real()
159 fo->open_func (fo, io_context, view, input); in go_file_opener_open_real()
236 GOFileOpenerOpenFunc open_func) in GSF_CLASS()
248 fo->open_func = open_func; in GSF_CLASS()
273 GOFileOpenerOpenFunc open_func) in go_file_opener_new() argument
279 probe_func, open_func); in go_file_opener_new()
306 GOFileOpenerOpenFuncWithEnc open_func) in go_file_opener_new_with_enc() argument
312 probe_func, (GOFileOpenerOpenFunc)open_func); in go_file_opener_new_with_enc()
H A Dfile-priv.h53 GOFileOpenerOpenFunc open_func; member
62 GOFileOpenerOpenFunc open_func);
/dports/graphics/simage/simage-1.7.0/src/
H A Dsimage.c167 gdiplus_loader.openfuncs.open_func = simage_gdiplus_open; in add_internal_loaders()
198 tiff_loader.openfuncs.open_func = simage_tiff_open; in add_internal_loaders()
219 rgb_loader.openfuncs.open_func = simage_rgb_open; in add_internal_loaders()
407 if (loader && loader->openfuncs.open_func) { in s_image_open()
409 void * opendata = loader->openfuncs.open_func(filename, &w, &h, &nc); in s_image_open()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/pipreqs/
H A Dpipreqs.py58 open_func = open variable
61 open_func = codecs.open
121 with open_func(file_name, "r", encoding=encoding) as f:
213 with open_func(item, "r", encoding=encoding) as f:
308 f = open_func(file_, "r")
374 f = open_func(file_, "r+")
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmwavdata.hh28 bool save (std::function<SNDFILE* (SF_INFO *)> open_func, OutFormat out_format);
29 bool load (std::function<SNDFILE* (SF_INFO *)> open_func);
H A Dsmwavdata.cc47 WavData::load (std::function<SNDFILE* (SF_INFO *)> open_func) in load() argument
53 SNDFILE *sndfile = open_func (&sfinfo); in load()
302 WavData::save (std::function<SNDFILE* (SF_INFO *)> open_func, OutFormat out_format) in save() argument
322 SNDFILE *sndfile = open_func (&sfinfo); in save()
/dports/devel/py-csv23/csv23-0.3.2/csv23/
H A D__init__.py82 open_func = _OPEN_FUNCS[mode]
85 return open_func(filename, encoding, dialect, rowtype, **fmtparams)
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/VRMLnodes/
H A DSoVRMLAudioClip.h54 typedef void *open_func(const SbStringList &url, typedef
95 void setCallbacks(open_func *opencb, read_func *readcb, seek_func *seekcb,
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/pcm/
H A Dpcm_rate.c62 void *open_func; member
1188 if (rate->open_func) in snd_pcm_rate_close()
1189 snd_dlobj_cache_put(rate->open_func); in snd_pcm_rate_close()
1267 snd_pcm_rate_open_func_t open_func; in rate_open_func() local
1293 rate->open_func = open_conf_func; in rate_open_func()
1302 if (!open_func) in rate_open_func()
1305 rate->open_func = open_func; in rate_open_func()
1322 snd_dlobj_cache_put(open_func); in rate_open_func()
1323 rate->open_func = NULL; in rate_open_func()
1378 snd_pcm_rate_open_func_t open_func; in snd_pcm_rate_open() local
[all …]
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/timer/
H A Dtimer_query.c42 int (*open_func)(snd_timer_query_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL; in snd_timer_query_open_conf() local
113 open_func = snd_dlsym(h, open_name, SND_DLSYM_VERSION(SND_TIMER_QUERY_DLSYM_VERSION)); in snd_timer_query_open_conf()
118 } else if (!open_func) { in snd_timer_query_open_conf()
127 err = open_func(timer, name, timer_root, timer_conf, mode); in snd_timer_query_open_conf()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Ddefault_editor.c140 svn_txdelta_stream_open_func_t open_func, in apply_textdelta_stream() argument
154 SVN_ERR(open_func(&txdelta_stream, open_baton, scratch_pool, in apply_textdelta_stream()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Ddefault_editor.c140 svn_txdelta_stream_open_func_t open_func, in apply_textdelta_stream() argument
154 SVN_ERR(open_func(&txdelta_stream, open_baton, scratch_pool, in apply_textdelta_stream()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_delta/
H A Ddefault_editor.c140 svn_txdelta_stream_open_func_t open_func, in apply_textdelta_stream() argument
154 SVN_ERR(open_func(&txdelta_stream, open_baton, scratch_pool, in apply_textdelta_stream()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Ddefault_editor.c140 svn_txdelta_stream_open_func_t open_func, in apply_textdelta_stream() argument
154 SVN_ERR(open_func(&txdelta_stream, open_baton, scratch_pool, in apply_textdelta_stream()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/raw/
H A Dopen.c278 uint16_t open_func; in test_openx() member
320 io.openx.in.open_func = open_funcs[i].open_func; in test_openx()
339 io.openx.in.open_func = OPENX_OPEN_FUNC_OPEN | OPENX_OPEN_FUNC_CREATE; in test_openx()
364 io.openx.in.open_func = OPENX_OPEN_FUNC_OPEN; in test_openx()
394 io.openx.in.open_func = OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE; in test_openx()
430 io.openx.in.open_func = OPENX_OPEN_FUNC_FAIL; in test_openx()
441 io.openx.in.open_func = OPENX_OPEN_FUNC_OPEN; in test_openx()
501 uint16_t open_func; in test_t2open() member
558 io.t2open.in.open_func = open_funcs[i].open_func; in test_t2open()
1240 io.openxreadx.in.open_func = OPENX_OPEN_FUNC_OPEN; in test_chained()
[all …]
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/hwdep/
H A Dhwdep.c50 int (*open_func)(snd_hwdep_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL; in snd_hwdep_open_conf() local
121 open_func = snd_dlsym(h, open_name, SND_DLSYM_VERSION(SND_HWDEP_DLSYM_VERSION)); in snd_hwdep_open_conf()
126 } else if (!open_func) { in snd_hwdep_open_conf()
135 err = open_func(hwdep, name, hwdep_root, hwdep_conf, mode); in snd_hwdep_open_conf()

12345678910>>...15