Home
last modified time | relevance | path

Searched refs:null_external (Results 1 – 4 of 4) sorted by relevance

/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dyara_compiler.c352 YR_EXTERNAL_VARIABLE null_external; in _yr_compiler_compile_rules() local
375 memset(&null_external, 0xFA, sizeof(YR_EXTERNAL_VARIABLE)); in _yr_compiler_compile_rules()
376 null_external.type = EXTERNAL_VARIABLE_TYPE_NULL; in _yr_compiler_compile_rules()
380 &null_external, in _yr_compiler_compile_rules()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dyara_compiler.c352 YR_EXTERNAL_VARIABLE null_external; in _yr_compiler_compile_rules() local
375 memset(&null_external, 0xFA, sizeof(YR_EXTERNAL_VARIABLE)); in _yr_compiler_compile_rules()
376 null_external.type = EXTERNAL_VARIABLE_TYPE_NULL; in _yr_compiler_compile_rules()
380 &null_external, in _yr_compiler_compile_rules()
/dports/security/yara/yara-4.1.1/libyara/
H A Dcompiler.c647 YR_EXTERNAL_VARIABLE null_external; in _yr_compiler_compile_rules() local
663 memset(&null_external, 0xFA, sizeof(YR_EXTERNAL_VARIABLE)); in _yr_compiler_compile_rules()
664 null_external.type = EXTERNAL_VARIABLE_TYPE_NULL; in _yr_compiler_compile_rules()
669 &null_external, in _yr_compiler_compile_rules()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-serialize.cc3331 v8::Local<v8::External> null_external = in UNINITIALIZED_TEST() local
3343 a->SetInternalField(2, null_external); in UNINITIALIZED_TEST()