Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 239) sorted by last modified time

12345678910

/PHP-5.5/win32/
H A Dreaddir.c92 int readdir_r(DIR *dp, struct dirent *entry, struct dirent **result) in readdir_r() argument
113 memcpy(entry, &dp->dent, sizeof(*entry)); in readdir_r()
H A Dinstall.txt275 corresponding FAQ entry (and then don't forget to restart the computer
296 explained in the following FAQ entry.
597 read the related FAQ entry on using Apache2 with a threaded MPM
1728 * Find the Path entry (you may need to scroll to find it)
1729 * Double click on the Path entry
/PHP-5.5/win32/build/
H A Dprojectgen.js192 var entry = headers.slice(pos, pos + 64);
194 replace = entry.replace(file, file + ".win32");
201 headers = headers.replace(entry, replace);
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt87 $ee["array entry created after f()"][f()] = "hello";
130 [array entry created after f()] => Array
/PHP-5.5/
H A Dserver-tests.php151 while (($entry = $d->read())) {
152 if (is_file("$src/$entry")) {
153 copy("$src/$entry", "$new/$entry");
H A Dphp.ini-development285 ; So only set this entry, if you really want to implement such a
1117 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1176 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1473 ; collection through a shell script, cron entry, or some other method.
1543 ; to URLs. If you want XHTML conformity, remove the form entry.
H A Dphp.ini-production285 ; So only set this entry, if you really want to implement such a
1117 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1176 ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
1473 ; collection through a shell script, cron entry, or some other method.
1543 ; to URLs. If you want XHTML conformity, remove the form entry.
/PHP-5.5/scripts/dev/
H A Dcredits17 if you want to change an entry you have to edit the appropriate
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c405 struct pb_entry *entry; in PHP_FUNCTION() local
416 while (entry) { in PHP_FUNCTION()
418 entry=entry->next; in PHP_FUNCTION()
440 while (entry) { in PHP_FUNCTION()
442 entry=entry->next; in PHP_FUNCTION()
676 while (entry) { in sapi_nsapi_register_server_variables()
694 entry=entry->next; in sapi_nsapi_register_server_variables()
851 entry=NSG(pb)->ht[i]; in nsapi_php_ini_entries()
852 while (entry) { in nsapi_php_ini_entries()
862 entry->param->value, strlen(entry->param->value), in nsapi_php_ini_entries()
[all …]
/PHP-5.5/sapi/tests/
H A Dtest006.phpt15 Content-Disposition: form-data; name="entry"
17 entry box
56 [entry] => entry box
H A Dtest007.phpt10 Content-Disposition: form-data; name="entry"
12 entry box
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch888 - /* And write the log entry. */
1372 /* Find the Map entry for this address. First try a hash. */
1389 syslog( LOG_ERR, "mmc_unmap failed to find entry!" );
1409 +** Set nocache to 1, if this entry is supposed to be removed quickly.
1721 /* Find a free connection entry. */
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c106 zend_hash_update(configuration_hash, name, sizeof(name), tmp, sizeof(zval), (void**)&entry);\
107 Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry))
111 zval *tmp, *entry; in sapi_lsapi_ini_defaults() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c190 static void user_config_cache_entry_dtor(user_config_cache_entry *entry) in user_config_cache_entry_dtor() argument
192 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
193 free(entry->user_config); in user_config_cache_entry_dtor()
698 user_config_cache_entry *new_entry, *entry; local
702 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
712 if (request_time > entry->expires) {
719 zend_hash_clean(entry->user_config);
753 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
758 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
761 entry->expires = request_time + PG(user_ini_cache_ttl);
[all …]
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c721 static int sapi_cli_server_register_entry_cb(char **entry TSRMLS_DC, int num_args, va_list args, ze… in sapi_cli_server_register_entry_cb()
735 sapi_cli_server_register_variable(track_vars_array, real_key, *entry TSRMLS_CC); in sapi_cli_server_register_entry_cb()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c581 zval **entry, **value; in add_header_to_table() local
598 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(first), (void **)&entry, &pos) == SUCCESS) { in add_header_to_table()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c190 static void user_config_cache_entry_dtor(user_config_cache_entry *entry) in user_config_cache_entry_dtor() argument
192 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
193 free(entry->user_config); in user_config_cache_entry_dtor()
757 user_config_cache_entry *new_entry, *entry; local
761 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
771 if (request_time > entry->expires) {
778 zend_hash_clean(entry->user_config);
812 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
817 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
823 entry->expires = request_time + PG(user_ini_cache_ttl);
[all …]
/PHP-5.5/main/streams/
H A Dplain_wrapper.c849 char entry[sizeof(struct dirent)+MAXPATHLEN]; in php_plain_files_dirstream_read() local
850 struct dirent *result = (struct dirent *)&entry; in php_plain_files_dirstream_read()
857 if (php_readdir_r(dir, (struct dirent *)entry, &result) == 0 && result) { in php_plain_files_dirstream_read()
/PHP-5.5/main/
H A Dphp_ini.c212 zval *entry; in php_ini_parser_cb() local
240 …_update(active_hash, Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, arg2, sizeof(zval), (void **) &entry); in php_ini_parser_cb()
241 Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry)); in php_ini_parser_cb()
270 …_ARRVAL_P(find_arr), Z_STRVAL_P(arg3), Z_STRLEN_P(arg3) + 1, arg2, sizeof(zval), (void **) &entry); in php_ini_parser_cb()
272 zend_hash_next_index_insert(Z_ARRVAL_P(find_arr), arg2, sizeof(zval), (void **) &entry); in php_ini_parser_cb()
274 Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry)); in php_ini_parser_cb()
327 if (zend_hash_find(target_hash, key, key_len + 1, (void **) &entry) == FAILURE) { in php_ini_parser_cb()
335 zend_hash_update(target_hash, key, key_len + 1, section_arr, sizeof(zval), (void **) &entry); in php_ini_parser_cb()
338 active_ini_hash = Z_ARRVAL_P(entry); in php_ini_parser_cb()
H A Dphp_reentrancy.h57 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry,
H A Dphp_scandir.c60 …irname, struct dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (… in php_scandir() argument
66 char entry[sizeof(struct dirent)+MAXPATHLEN]; in php_scandir() local
67 struct dirent *dp = (struct dirent *)&entry; in php_scandir()
77 while (!php_readdir_r(dirp, (struct dirent *)entry, &dp) && dp) { in php_scandir()
H A Dphp_scandir.h45 …irname, struct dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (…
H A Dreentrancy.c128 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry, in php_readdir_r() argument
138 entry->d_name[0] = '\0'; in php_readdir_r()
139 readdir_r(dirp, entry); in php_readdir_r()
141 if (entry->d_name[0] == '\0') { in php_readdir_r()
145 *result = entry; in php_readdir_r()
162 memcpy(entry, ptr, sizeof(*ptr)); in php_readdir_r()
H A Drfc1867.c402 mime_header_entry entry = {0}; in multipart_buffer_headers() local
431 entry.key = key; in multipart_buffer_headers()
432 entry.value = buf_value.c; in multipart_buffer_headers()
452 entry.key = key; in multipart_buffer_headers()
453 entry.value = buf_value.c; in multipart_buffer_headers()
462 mime_header_entry *entry; in php_mime_get_hdr_value() local
468 entry = zend_llist_get_first(&header); in php_mime_get_hdr_value()
469 while (entry) { in php_mime_get_hdr_value()
470 if (!strcasecmp(entry->key, key)) { in php_mime_get_hdr_value()
471 return entry->value; in php_mime_get_hdr_value()
[all …]
H A Dmain.c428 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
443 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()

Completed in 132 milliseconds

12345678910