Home
last modified time | relevance | path

Searched refs:module_name (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/build/
H A Dorder_by_dep.awk9 function get_deps(module_name, module_dir, depline, cmd)
20 mod_deps[module_name, $4] = $5;
37 function do_deps(mod_idx, module_name, mod_name_len, dep, ext, val, depidx)
39 module_name = mods[mod_idx];
40 mod_name_len = length(module_name);
43 if (substr(ext, 0, mod_name_len+1) != module_name SUBSEP) {
54 printf(" phpext_%s_ptr,@NEWLINE@", module_name);
/PHP-8.0/Zend/
H A Dzend_modules.h54 # define ZEND_MODULE_GLOBALS(module_name) sizeof(zend_##module_name##_globals), &module_name##_glob… argument
56 # define ZEND_MODULE_GLOBALS(module_name) sizeof(zend_##module_name##_globals), &module_name##_glob… argument
H A Dzend_system_id.c29 ZEND_API ZEND_RESULT_CODE zend_add_system_entropy(const char *module_name, const char *hook_name, c… in zend_add_system_entropy() argument
32 PHP_MD5Update(&context, module_name, strlen(module_name)); in zend_add_system_entropy()
H A Dzend_extensions.c258 ZEND_API int zend_get_resource_handle(const char *module_name) in zend_get_resource_handle() argument
261 …zend_add_system_entropy(module_name, "zend_get_resource_handle", &last_resource_number, sizeof(int… in zend_get_resource_handle()
268 ZEND_API int zend_get_op_array_extension_handle(const char *module_name) in zend_get_op_array_extension_handle() argument
271 …zend_add_system_entropy(module_name, "zend_get_op_array_extension_handle", &zend_op_array_extensio… in zend_get_op_array_extension_handle()
275 ZEND_API int zend_get_op_array_extension_handles(const char *module_name, int handles) in zend_get_op_array_extension_handles() argument
279 …zend_add_system_entropy(module_name, "zend_get_op_array_extension_handle", &zend_op_array_extensio… in zend_get_op_array_extension_handles()
H A Dzend_extensions.h116 ZEND_API int zend_get_resource_handle(const char *module_name);
117 ZEND_API int zend_get_op_array_extension_handle(const char *module_name);
118 ZEND_API int zend_get_op_array_extension_handles(const char *module_name, int handles);
H A Dzend_system_id.h24 ZEND_API ZEND_RESULT_CODE zend_add_system_entropy(const char *module_name, const char *hook_name, c…
H A Dzend_API.h202 } zend_##module_name##_globals;
207 ts_rsrc_id module_name##_globals_id;
209 extern ts_rsrc_id module_name##_globals_id;
212 #define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v) ZEND_TSRMG(module_name##_globals_id, zend_##mo… argument
214 #define ZEND_MODULE_GLOBALS_BULK(module_name) TSRMG_BULK_STATIC(module_name##_globals_id, zend_##mo… argument
216 #define ZEND_MODULE_GLOBALS_BULK(module_name) TSRMG_BULK(module_name##_globals_id, zend_##module_na… argument
222 zend_##module_name##_globals module_name##_globals;
224 extern zend_##module_name##_globals module_name##_globals;
226 globals_ctor(&module_name##_globals);
227 #define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v) (module_name##_globals.v) argument
[all …]
H A Dzend_API.c2591 ZEND_API zend_result zend_get_module_started(const char *module_name) /* {{{ */ in zend_get_module_started() argument
2595 module = zend_hash_str_find_ptr(&module_registry, module_name, strlen(module_name)); in zend_get_module_started()
3709 ZEND_API const char *zend_get_module_version(const char *module_name) /* {{{ */ in zend_get_module_version() argument
3712 size_t name_len = strlen(module_name); in zend_get_module_version()
3716 zend_str_tolower_copy(ZSTR_VAL(lname), module_name, name_len); in zend_get_module_version()
/PHP-8.0/ext/opcache/jit/vtune/
H A Djitprofiling.h429 char* module_name; /**<\brief Module name. Can be NULL. member
481 char* module_name; /**<\brief Module name. Can be NULL. member
/PHP-8.0/win32/build/
H A Dbuildconf.js36 function Module_Item(module_name, config_path, dir_line, deps, content) argument
38 this.module_name = module_name;
H A Dphpize.js.in49 function Module_Item(module_name, config_path, dir_line, deps, content) argument
51 this.module_name = module_name;
/PHP-8.0/ext/com_dotnet/
H A Dcom_com.c35 char *module_name, *typelib_name = NULL; in PHP_METHOD() local
55 Z_PARAM_STRING(module_name, module_name_len) in PHP_METHOD()
111 moniker = php_com_string_to_olestring(module_name, module_name_len, obj->code_page); in PHP_METHOD()
221 spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr); in PHP_METHOD()
279 char *module_name; in PHP_FUNCTION() local
290 &module_name, &module_name_len, &code_page, &code_page_is_null)) { in PHP_FUNCTION()
298 module = php_com_string_to_olestring(module_name, module_name_len, (int)code_page); in PHP_FUNCTION()
H A Dcom_extension.stub.php76 …public function __construct(string $module_name, array|string|null $server_name = null, int $codep… argument
H A Dcom_extension_arginfo.h120 ZEND_ARG_TYPE_INFO(0, module_name, IS_STRING, 0)
/PHP-8.0/ext/oci8/tests/
H A Derror_set.phpt2 Check oci_set_{action,client_identifier,module_name,client_info} error handling

Completed in 54 milliseconds