Searched defs:lib (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/ffi/ |
H A D | ffi.stub.php | 9 public static function cdef(string $code = "", ?string $lib = null): FFI {}
|
H A D | ffi.c | 158 DL_HANDLE lib; member 2886 zend_string *lib = NULL; in ZEND_METHOD() local 3156 char *code, *code_pos, *scope_name, *lib; in zend_ffi_load() local 4505 …se_directives(const char *filename, char *code_pos, char **scope_name, char **lib, zend_bool prelo… in zend_ffi_parse_directives()
|
/PHP-8.0/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 275 #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
|
Completed in 47 milliseconds