Home
last modified time | relevance | path

Searched defs:lib (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/opcache/jit/vtune/
H A Dittnotify_config.h275 #define __itt_get_proc(lib, name) GetProcAddress(lib, name) argument
297 #define __itt_get_proc(lib, name) dlsym(lib, name) argument
451 lib_t lib; member
/PHP-8.2/ext/ffi/
H A Dffi.stub.php17 public static function cdef(string $code = "", ?string $lib = null): FFI {}
H A Dffi.c160 DL_HANDLE lib; member
2958 zend_string *lib = NULL; in ZEND_METHOD() local
3228 char *code, *code_pos, *scope_name, *lib; in zend_ffi_load() local
4887 …se_directives(const char *filename, char *code_pos, char **scope_name, char **lib, bool preload) /… in zend_ffi_parse_directives()

Completed in 29 milliseconds