| /PHP_5_4/ext/skeleton/ |
| H A D | skeleton.php | 7 $module = 'extname'; variable 8 $functions = get_extension_funcs($module); 14 $function = 'confirm_' . $module . '_compiled'; 15 if (extension_loaded($module)) { 16 $str = $function($module); 18 $str = "Module $module is not compiled into PHP";
|
| /PHP_5_4/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 484 char *filelist=NULL, *environment=NULL, *module=NULL; local 506 module = strdup(ap_optarg); 514 if (!module || !filelist) { 520 hDll = LoadLibrary(module); // Load our DLL 533 free (module); 545 free (module); 552 free (module); 564 free (module); 586 free (module);
|
| /PHP_5_4/ext/com_dotnet/ |
| H A D | com_com.c | 296 OLECHAR *module = NULL; local 305 module = php_com_string_to_olestring(module_name, module_name_len, code_page TSRMLS_CC); 307 res = CLSIDFromString(module, &clsid); 334 efree(module);
|
| /PHP_5_4/ext/mcrypt/ |
| H A D | mcrypt.c | 169 ZEND_ARG_INFO(0, module) 174 ZEND_ARG_INFO(0, module) 179 ZEND_ARG_INFO(0, module) 384 char *module; \ 387 "s|s", &module, &module_len, &dir, &dir_len) == FAILURE) { \ 546 Opens the module of the algorithm and the mode to be used */ 570 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not open encryption module"); 582 This function initializes all buffers for the specific module */ 628 /* If this function fails, close the mcrypt module to prevent crashes 892 Does a self test of the module "modul 1045 char *module; local 1074 char *module; local 1103 char *module; local [all...] |
| H A D | mcrypt_filter.c | 28 MCRYPT module; member in struct:_php_mcrypt_filter_data 75 mcrypt_generic(data->module, outchunk + n, data->blocksize); 77 mdecrypt_generic(data->module, outchunk + n, data->blocksize); 94 mcrypt_generic(data->module, bucket->buf, bucket->buflen); 96 mdecrypt_generic(data->module, bucket->buf, bucket->buflen); 109 mcrypt_generic(data->module, data->block_buffer, data->blocksize); 111 mdecrypt_generic(data->module, data->block_buffer, data->blocksize); 136 mcrypt_generic_deinit(data->module); 137 mcrypt_module_close(data->module); 212 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not open encryption module"); [all...] |
| /PHP_5_4/ext/oci8/ |
| H A D | oci8_interface.c | 1812 Sets the module attribute on the connection */ 1818 char *module; local 1821 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_connection, &module, &module_len) == FAILURE) { 1827 PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) module, (ub4) module_len, (ub4) OCI_ATTR_MODULE, OCI_G(err)));
|
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.c | 5341 zend_module_entry *module; local 5351 if (zend_hash_find(&module_registry, extname, extname_len+1, (void **) &module) == FAILURE) { 5355 extnumber = module->module_number;
|
| /PHP_5_4/sapi/aolserver/ |
| H A D | aolserver.c | 35 #error AOLserver module is only useable in thread-safe mode 208 php_info_print_table_row(2, "SAPI module version", "$Id$"); 597 int Ns_ModuleInit(char *server, char *module) argument 612 ctx->ns_module = strdup(module);
|
| /PHP_5_4/sapi/cli/ |
| H A D | php_cli.c | 173 static int print_module_info(zend_module_entry *module TSRMLS_DC) /* {{{ */ 175 php_printf("%s\n", module->name); 950 /* before registering argv to module exchange the *new* argv[0] */ 1142 zend_module_entry *module; local 1144 if (zend_hash_find(&module_registry, lcname, len+1, (void**)&module) == FAILURE) { 1152 php_info_print_module(module TSRMLS_CC);
|
| /PHP_5_4/sapi/nsapi/ |
| H A D | nsapi.c | 87 #error "NSAPI module needs ZTS to be defined" 149 /* PHP module part */ 249 DL_HANDLE module = NULL; local 252 module = GetModuleHandle(nsapi_dll); 253 if (!module) { 257 /* find a LOADED dll module from nsapi_dlls */ 259 if (module = GetModuleHandle(nsapi_dlls[i])) { 264 if (!module) return; 266 DL_HANDLE module = RTLD_DEFAULT; 268 nsapi_servact_uri2path = (nsapi_servact_prototype)DL_FETCH_SYMBOL(module, "INTservact_uri2pat [all...] |
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_reverse_api.h | 26 zend_module_entry * module; member in struct:st_mysqlnd_reverse_api
|
| /PHP_5_4/sapi/cgi/ |
| H A D | cgi_main.c | 218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) argument 220 php_printf("%s\n", module->name); 916 1. SAPI Deactivate is called from two places: module init and request shutdown 2249 /* before registering argv to module exchange the *new* argv[0] */
|
| /PHP_5_4/Zend/ |
| H A D | zend.h | 526 struct _zend_module_entry *module; member in struct:_zend_class_entry::__anon2::__anon4
|
| H A D | zend_API.c | 1650 ZEND_API int zend_startup_module_ex(zend_module_entry *module TSRMLS_DC) /* {{{ */ 1655 if (module->module_started) { 1658 module->module_started = 1; 1660 /* Check module dependencies */ 1661 if (module->deps) { 1662 const zend_module_dep *dep = module->deps; 1674 zend_error(E_CORE_WARNING, "Cannot load module '%s' because required module '%s' is not loaded", module->name, dep->name); 1675 module 1745 zend_module_entry *module; local 2248 zend_startup_module(zend_module_entry *module) argument 2261 zend_module_entry *module; local 2283 module_destructor(zend_module_entry *module) argument 2333 zend_module_entry *module = *p; local 2368 zend_module_entry *module = *p; local 2413 zend_module_entry *module = *p; local 3334 zend_module_entry *module; local [all...] |
| H A D | zend_builtin_functions.c | 1910 static int add_extension_info(zend_module_entry *module, void *arg TSRMLS_DC) argument 1913 add_next_index_string(name_array, module->name, 1); 1977 zend_module_entry *module; local 1985 while (zend_hash_get_current_data_ex(&module_registry, (void *) &module, &pos) != FAILURE) { 1986 module_names[module->module_number] = (char *)module->name; 2454 zend_module_entry *module; local 2464 extension_name_len+1, (void**)&module) == FAILURE) { 2470 if (!(func = module->functions)) {
|
| H A D | zend_compile.h | 321 struct _zend_module_entry *module; member in struct:_zend_internal_function
|
| /PHP_5_4/main/ |
| H A D | php_ini.c | 165 PHPAPI void display_ini_entries(zend_module_entry *module) argument 170 if (module) { 171 module_number = module->module_number; 548 /* Otherwise search for php-%sapi-module-name%.ini file in search path */
|
| H A D | main.c | 1127 /* bad error in module startup - no way we can live with this */ 1968 zend_module_entry *module; local 2221 if (zend_hash_find(&module_registry, "standard", sizeof("standard"), (void**)&module)==SUCCESS) { 2222 EG(current_module) = module; 2233 if (zend_hash_find(&module_registry, "core", sizeof("core"), (void**)&module)==SUCCESS) { 2234 module->version = PHP_VERSION; 2235 module->info_func = PHP_MINFO(php_core);
|
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.c | 353 static void _extension_string(string *str, zend_module_entry *module, char *indent TSRMLS_DC); 383 if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module) { 384 string_printf(str, ":%s", ce->info.internal.module->name); 843 if (fptr->type == ZEND_INTERNAL_FUNCTION && ((zend_internal_function*)fptr)->module) { 844 string_printf(str, ":%s", ((zend_internal_function*)fptr)->module->name); 1006 struct _zend_module_entry *module = va_arg(args, struct _zend_module_entry*); local 1009 if (((*pce)->type == ZEND_INTERNAL_CLASS) && (*pce)->info.internal.module && !strcasecmp((*pce)->info.internal.module->name, module->name)) { 1022 struct _zend_module_entry *module local 1034 _extension_string(string *str, zend_module_entry *module, char *indent TSRMLS_DC) argument 1214 struct _zend_module_entry *module; local 5157 zend_module_entry *module; local 5194 zend_module_entry *module; local 5223 zend_module_entry *module; local 5244 zend_module_entry *module; local 5301 zend_module_entry *module; local 5335 zend_module_entry *module; local 5351 struct _zend_module_entry *module = va_arg(args, struct _zend_module_entry*); local 5372 zend_module_entry *module; local 5389 zend_module_entry *module; local 5406 zend_module_entry *module; local 5460 zend_module_entry *module; local 5476 zend_module_entry *module; local 5492 zend_module_entry *module; local [all...] |
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) argument 220 php_printf("%s\n", module->name); 839 1. SAPI Deactivate is called from two places: module init and request shutdown
|
| H A D | fpm_events.c | 45 static struct fpm_event_module_s *module; variable in typeref:struct:fpm_event_module_s 169 /* ask the event module to add the fd from its own queue */ 170 if (*queue == fpm_event_queue_fd && module->add) { 171 module->add(ev); 200 /* ask the event module to remove the fd from its own queue */ 201 if (*queue == fpm_event_queue_fd && module->remove) { 202 module->remove(ev); 222 if (*queue == fpm_event_queue_fd && module->clean) { 223 module->clean(); 240 module [all...] |