Home
last modified time | relevance | path

Searched defs:vers (Results 26 – 50 of 2841) sorted by relevance

12345678910>>...114

/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/ndbapi/
H A DDictCache.cpp132 Vector<TableVersion> * vers = curr->theData; in ~GlobalDictCache() local
163 Vector<TableVersion> * vers = curr->theData; in printCache() local
269 Vector<TableVersion> * vers = m_tableHash.getData(name, len); in put() local
349 Vector<TableVersion> * vers = curr->theData; in invalidate_all() local
376 Vector<TableVersion> * vers = curr->theData; in invalidateDb() local
409 Vector<TableVersion> * vers = in release() local
468 Vector<TableVersion> * vers = in alter_table_rep() local
520 Vector<TableVersion> * vers = in chg_ref_count() local
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/winbuild/
H A DeditConfiguration.ps1187 $vers = $input_version.split(".") variable
189 ($vers[0].Length -ne 2) -or variable
190 ($vers[1].Length -ne 2) -or variable
191 ($vers[2].Length -ne 4) -or variable
192 (-not[int]::TryParse($vers[0], [ref]$null)) -or variable
193 (-not[int]::TryParse($vers[1], [ref]$null)) -or variable
194 (-not[int]::TryParse($vers[2], [ref]$null))) { variable
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/ndbapi/
H A DDictCache.cpp123 Vector<TableVersion> * vers = curr->theData; in ~GlobalDictCache() local
154 Vector<TableVersion> * vers = curr->theData; in printCache() local
260 Vector<TableVersion> * vers = m_tableHash.getData(name, len); in put() local
340 Vector<TableVersion> * vers = curr->theData; in invalidate_all() local
370 Vector<TableVersion> * vers = in release() local
430 Vector<TableVersion> * vers = in alter_table_rep() local
/dports/multimedia/pipewire/pipewire-0.3.43/spa/include/spa/utils/
H A Dhook.h176 #define spa_callbacks_call(callbacks,type,method,vers,...) \ argument
188 #define spa_callback_version_min(callbacks,type,vers) \ argument
198 #define spa_callback_check(callbacks,type,method,vers) \ argument
210 #define spa_callbacks_call_res(callbacks,type,res,method,vers,...) \ argument
221 #define spa_interface_callback_version_min(iface,method_type,vers) \ argument
228 #define spa_interface_callback_check(iface,method_type,method,vers) \ argument
236 #define spa_interface_call(iface,method_type,method,vers,...) \ argument
246 #define spa_interface_call_res(iface,method_type,res,method,vers,...) \ argument
410 #define spa_hook_list_call_simple(l,type,method,vers,...) \ argument
421 #define spa_hook_list_do_call(l,start,type,method,vers,once,...) \ argument
/dports/devel/libvirt/libvirt-7.10.0/scripts/
H A Dhvsupport.py299 vers = callbackmatch.group(3) variable
377 vers = openVersStr variable
409 vers = createVersStr variable
459 vers = apis[api]["vers"] variable
475 vers = groups[grp]["drivers"][drv][field]["vers"] variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp52 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
58 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
69 DarwinKernelVersion vers = GetDarwinKernelVersion(); in TEST() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp52 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
58 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
75 DarwinKernelVersion vers = GetDarwinKernelVersion(); in TEST() local
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp52 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
58 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
75 DarwinKernelVersion vers = GetDarwinKernelVersion(); in TEST() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp52 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
58 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
75 DarwinKernelVersion vers = GetDarwinKernelVersion(); in TEST() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp52 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
58 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
75 DarwinKernelVersion vers = GetDarwinKernelVersion(); in TEST() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp52 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
58 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
75 DarwinKernelVersion vers = GetDarwinKernelVersion(); in TEST() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp52 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
58 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
75 DarwinKernelVersion vers = GetDarwinKernelVersion(); in TEST() local
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mac_test.cpp52 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
58 MacosVersion vers = GetMacosAlignedVersion(); in TEST() local
75 DarwinKernelVersion vers = GetDarwinKernelVersion(); in TEST() local
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libventi/
H A Droot.c22 int vers, bsize; in vtrootpack() local
52 uint vers; in vtrootunpack() local
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/eeglab/
H A Deegplugin_biosig.m37 vers = 'biosig (rev.>=0.07)'; variable
56 vers = 'biosig (ERROR: plugin already present)'; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/doc/
H A Dmeson.build8 vers = cmd.stdout().strip() variable
15 vers = cmd.stderr().split('version')[1].strip().split(' ')[0] variable
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dhandshake.c456 const version_entry_st *vers; in _gnutls_negotiate_version() local
517 const version_entry_st *vers, *old_vers; in _gnutls_user_hello_func() local
621 const version_entry_st *vers; in read_client_hello() local
884 const version_entry_st *vers; in _gnutls_send_finished() local
970 const version_entry_st *vers = get_version(session); in _gnutls_recv_finished() local
1071 const version_entry_st *vers = get_version(session); in _gnutls_server_select_suite() local
1876 const version_entry_st *vers, *saved_vers; in read_server_hello() local
2322 const version_entry_st *vers; in _gnutls_send_server_hello() local
2911 const version_entry_st *vers; in can_send_false_start() local
3162 const version_entry_st *vers; in _gnutls_send_change_cipher_spec() local
[all …]
/dports/print/lyx/lyx-2.3.4.2/development/keystest/
H A Dcache-bisect.py77 def filter_versions(vers, lo, hi): argument
167 def do_bisect(cmd, vers, build): argument
218 def check_bisect(cmd, vers): argument
238 def do_check_bisect(cmd, vers, build): argument
286 def multisect(cmd, vers): argument
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dclassify.c43 Vers_TS *vers; in Classify_File() local
408 sticky_ck (struct file_info *finfo, int aflag, Vers_TS *vers) in sticky_ck()
/dports/lang/racket/racket-8.3/src/worksp/
H A Dgenvsx.c29 static void adjust_file(const char *fn, const char *vers) { in adjust_file()
86 const char *vers = "100"; in main() local
/dports/lang/racket-minimal/racket-8.3/src/worksp/
H A Dgenvsx.c29 static void adjust_file(const char *fn, const char *vers) { in adjust_file()
86 const char *vers = "100"; in main() local
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dndmprotocol.c200 ndmp_pp_header (int vers, void *data, char *buf) in ndmp_pp_header()
228 ndmp_pp_request (int vers, int msg, void *data, int lineno, char *buf) in ndmp_pp_request()
256 ndmp_pp_reply (int vers, int msg, void *data, int lineno, char *buf) in ndmp_pp_reply()
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dndmprotocol.c200 ndmp_pp_header (int vers, void *data, char *buf) in ndmp_pp_header()
228 ndmp_pp_request (int vers, int msg, void *data, int lineno, char *buf) in ndmp_pp_request()
256 ndmp_pp_reply (int vers, int msg, void *data, int lineno, char *buf) in ndmp_pp_reply()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dndmprotocol.c191 int ndmp_pp_header(int vers, void* data, char* buf) in ndmp_pp_header()
218 int ndmp_pp_request(int vers, int msg, void* data, int lineno, char* buf) in ndmp_pp_request()
245 int ndmp_pp_reply(int vers, int msg, void* data, int lineno, char* buf) in ndmp_pp_reply()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/ndmp/
H A Dndmprotocol.c191 int ndmp_pp_header(int vers, void* data, char* buf) in ndmp_pp_header()
218 int ndmp_pp_request(int vers, int msg, void* data, int lineno, char* buf) in ndmp_pp_request()
245 int ndmp_pp_reply(int vers, int msg, void* data, int lineno, char* buf) in ndmp_pp_reply()

12345678910>>...114