Home
last modified time | relevance | path

Searched refs:name (Results 201 – 225 of 1707) sorted by last modified time

12345678910>>...69

/PHP-5.6/main/
H A Drfc1867.c880 event_formdata.name = param;
901 event_formdata.name = param;
979 event_file_start.name = param;
H A Drfc1867.h40 char *name; member
48 char *name; member
H A Dphp_output.h130 char *name; member
233 PHPAPI int php_output_start_internal(const char *name, size_t name_len, php_output_handler_func_t o…
236 PHPAPI php_output_handler *php_output_handler_create_internal(const char *name, size_t name_len, ph…
240 PHPAPI int php_output_handler_started(const char *name, size_t name_len TSRMLS_DC);
H A Dphp_variables.c533 zend_bool php_std_auto_global_callback(char *name, uint name_len TSRMLS_DC) in php_std_auto_global_callback() argument
535 zend_printf("%s\n", name); in php_std_auto_global_callback()
706 static zend_bool php_auto_globals_create_env(const char *name, uint name_len TSRMLS_DC);
722 static zend_bool php_auto_globals_create_get(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_get() argument
739 zend_hash_update(&EG(symbol_table), name, name_len + 1, &vars, sizeof(zval *), NULL); in php_auto_globals_create_get()
745 static zend_bool php_auto_globals_create_post(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_post() argument
765 zend_hash_update(&EG(symbol_table), name, name_len + 1, &vars, sizeof(zval *), NULL); in php_auto_globals_create_post()
788 zend_hash_update(&EG(symbol_table), name, name_len + 1, &vars, sizeof(zval *), NULL); in php_auto_globals_create_cookie()
794 static zend_bool php_auto_globals_create_files(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_files() argument
807 zend_hash_update(&EG(symbol_table), name, name_len + 1, &vars, sizeof(zval *), NULL); in php_auto_globals_create_files()
[all …]
H A Dmain.c392 cgi_or_cli = (!strcmp(sapi_module.name, "cli") || !strcmp(sapi_module.name, "cgi")); in PHP_INI_DISP()
1179 if ((!strcmp(sapi_module.name, "cli") || !strcmp(sapi_module.name, "cgi")) && in php_error_cb()
1306 char name[256]; in php_get_current_user() local
1307 DWORD len = sizeof(name)-1; in php_get_current_user()
1309 if (!GetUserName(name, &len)) { in php_get_current_user()
1312 name[len] = '\0'; in php_get_current_user()
1314 SG(request_info).current_user = estrndup(name, len); in php_get_current_user()
1464 static int php_get_configuration_directive_for_zend(const char *name, uint name_length, zval *conte… in php_get_configuration_directive_for_zend() argument
1466 zval *retval = cfg_get_entry(name, name_length); in php_get_configuration_directive_for_zend()
2228 …REGISTER_MAIN_STRINGL_CONSTANT("PHP_SAPI", sapi_module.name, strlen(sapi_module.name), CONST_PERSI… in php_module_startup()
H A Doutput.c562 if (SUCCESS != (*conflict)(handler->name, handler->name_len TSRMLS_CC)) { in php_output_handler_start()
571 if (SUCCESS != (*conflict)(handler->name, handler->name_len TSRMLS_CC)) { in php_output_handler_start()
587 PHPAPI int php_output_handler_started(const char *name, size_t name_len TSRMLS_DC) in php_output_handler_started() argument
596 if (name_len == (*(handlers[i]))->name_len && !memcmp((*(handlers[i]))->name, name, name_len)) { in php_output_handler_started()
668 zend_hash_find(&php_output_handler_aliases, name, name_len+1, (void *) &func); in php_output_handler_alias()
718 STR_FREE(handler->name); in php_output_handler_dtor()
882 handler->name = estrndup(name, name_len); in php_output_handler_init()
941 handler->name, in php_output_handler_op()
1176 add_next_index_stringl(array, handler->name, handler->name_len, 1); in php_output_stack_apply_list()
1202 add_assoc_stringl(entry, "name", handler->name, handler->name_len, 1); in php_output_handler_status()
[all …]
H A Dphp_ini.c132 PHPWRITE(ini_entry->name, ini_entry->name_length - 1); in php_ini_displayer()
139 PHPWRITE(ini_entry->name, ini_entry->name_length - 1); in php_ini_displayer()
569 spprintf(&ini_fname, 0, fmt, sapi_module.name); in php_init_config()
880 PHPAPI zval *cfg_get_entry(const char *name, uint name_length) argument
884 if (zend_hash_find(&configuration_hash, name, name_length, (void **) &tmp) == SUCCESS) {
H A Dphp_ini.h31 PHPAPI zval *cfg_get_entry(const char *name, uint name_length);
H A DSAPI.c610 static void sapi_remove_header(zend_llist *l, char *name, uint len) { in sapi_remove_header() argument
619 && !strncasecmp(header->header, name, len)) { in sapi_remove_header()
1021 SAPI_API char *sapi_getenv(char *name, size_t name_len TSRMLS_DC) in sapi_getenv() argument
1023 if (!strncasecmp(name, "HTTP_PROXY", name_len)) { in sapi_getenv()
1028 char *value, *tmp = sapi_module.getenv(name, name_len TSRMLS_CC); in sapi_getenv()
1035 sapi_module.input_filter(PARSE_STRING, name, &value, strlen(value), NULL TSRMLS_CC); in sapi_getenv()
H A DSAPI.h204 SAPI_API char *sapi_getenv(char *name, size_t name_len TSRMLS_DC);
221 char *name; member
233 char *(*getenv)(char *name, size_t name_len TSRMLS_DC);
/PHP-5.6/
H A Dltmain.sh2761 add="-l$name"
2764 add="-l$name"
3559 name_save=$name
3596 if test "$name" != "" && test "$name" != "0"; then
3633 if test "$name" != "" && test "$name" != "0"; then
3683 if test "$name" != "" && test "$name" != "0"; then
3752 if test -n "$name" && test "$name" != "0"; then
6595 . $dir/$name
6655 . $dir/$name
6673 noexename=$name
[all …]
/PHP-5.6/ext/zlib/
H A Dzlib.c643 #define PHP_ZLIB_ENCODE_FUNC(name, default_encoding) \ argument
644 static PHP_FUNCTION(name) \
679 #define PHP_ZLIB_DECODE_FUNC(name, encoding) \ argument
680 static PHP_FUNCTION(name) \
/PHP-5.6/ext/zlib/tests/
H A Ddata.inc36 And lose the name of action.
/PHP-5.6/ext/zip/tests/
H A Dbug7658.phpt45 $found[] = $sb['name'];
H A Doo_externalattributes.phpt11 $name = __DIR__ . '/withattr.zip';
15 $r = $zip->open($name, ZIPARCHIVE::CREATE);
24 $r = $zip->open($name);
44 $name = __DIR__ . '/withattr.zip';
45 @unlink($name);
H A Doo_getcomment.phpt33 Notice: ZipArchive::getCommentName(): Empty string as entry name in %s on line %d
H A Doo_namelocate.phpt2 Locate entries by name
H A Doo_rename.phpt44 echo "failed name dir/entry2.txt\n";
H A Dutils.inc6 echo $i . ' ' . $sb['name'] . "\n";
/PHP-5.6/ext/zip/lib/
H A Dzipint.h397 const char *name; member
H A Dzip_file_add.c47 zip_file_add(struct zip *za, const char *name, struct zip_source *source, zip_flags_t flags) in zip_file_add() argument
49 if (name == NULL || source == NULL) { in zip_file_add()
54 return _zip_file_replace(za, ZIP_UINT64_MAX, name, source, flags); in zip_file_add()
H A Dzip_file_rename.c43 zip_file_rename(struct zip *za, zip_uint64_t idx, const char *name, zip_flags_t flags) in zip_file_rename() argument
48 if (idx >= za->nentry || (name != NULL && strlen(name) > ZIP_UINT16_MAX)) { in zip_file_rename()
61 new_is_dir = (name != NULL && name[strlen(name)-1] == '/'); in zip_file_rename()
69 return _zip_set_name(za, idx, name, flags); in zip_file_rename()
H A Dzip_file_replace.c60 _zip_file_replace(struct zip *za, zip_uint64_t idx, const char *name, struct zip_source *source, zi… in _zip_file_replace() argument
74 i = _zip_name_locate(za, name, flags, NULL); in _zip_file_replace()
84 if (name && _zip_set_name(za, idx, name, flags) != 0) { in _zip_file_replace()
/PHP-5.6/ext/zip/
H A Dphp_zip.c1898 char *buffer, *name; in ZIPARCHIVE_METHOD() local
1959 char *name; in ZIPARCHIVE_METHOD() local
2015 char *name; in ZIPARCHIVE_METHOD() local
2050 const char *name; in ZIPARCHIVE_METHOD() local
2066 if (name) { in ZIPARCHIVE_METHOD()
2135 char * comment, *name; in ZIPARCHIVE_METHOD() local
2198 char *name; in ZIPARCHIVE_METHOD() local
2265 char *name; in ZIPARCHIVE_METHOD() local
2348 char *name; in ZIPARCHIVE_METHOD() local
2440 char *name; in ZIPARCHIVE_METHOD() local
[all …]
H A Dphp_zip.h77 #define ZIPARCHIVE_ME(name, arg_info, flags) {#name, c_ziparchive_ ##name, arg_info,(zend_uint) (si… argument
78 #define ZIPARCHIVE_METHOD(name) ZEND_NAMED_FUNCTION(c_ziparchive_ ##name) argument

Completed in 104 milliseconds

12345678910>>...69