Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 220) sorted by last modified time

123456789

/PHP-5.5/sapi/thttpd/
H A Dthttpd.c69 int n; in sapi_thttpd_ub_write() local
108 int n; in do_writev() local
177 int n = 0; in sapi_thttpd_send_headers() local
245 #define CONSUME_BYTES(n) do { TG(hc)->checked_idx += (n); } while (0) argument
482 #define thread_create_simple_detached(n) st_thread_create(n, NULL, 0, 0) argument
483 #define thread_usleep(n) st_usleep(n) argument
486 #define thread_atomic_inc(n) (++n) argument
487 #define thread_atomic_dec(n) (--n) argument
/PHP-5.5/sapi/tux/
H A Dphp_tux.c54 int n; in sapi_tux_ub_write() local
103 int n; in sapi_tux_send_headers() local
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c1024 int n; in main() local
H A Dlsapilib.c324 int n = count; in lsapi_writev() local
392 static int allocateIovec( LSAPI_Request * pReq, int n ) in allocateIovec()
694 int n = snprintf(achError, 1024, "%s:%s: %s\n", pErr1, (pErr2)?pErr2:"", strerror( errno ) ); in LSAPI_perror_r() local
1654 int n = 0 ; in gsendfile() local
1738 int n; in LSAPI_Flush_r() local
2071 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach()
3156 int n; in LSAPI_Init_Env_Parameters() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c248 int n; in fcgi_set_allowed_clients() local
309 size_t n = 0; in safe_write() local
337 size_t n = 0; in safe_read() local
672 int ret, n, rest; in fcgi_read() local
H A Dfpm_arrays.h48 static inline void *fpm_array_item(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item()
64 static inline int fpm_array_item_remove(struct fpm_array_s *a, unsigned int n) /* {{{ */ in fpm_array_item_remove()
H A Dfpm_conf.c1475 int fd, n; in fpm_conf_load_ini_file() local
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c920 struct socket_entry *n = entries, *m; in php_cli_server_poller_iter_on_active() local
1582 char *n = p; in normalize_vpath() local
1589 char *n = p; in normalize_vpath() local
2490 int n = php_cli_server_poller_poll(&server->poller, &tv); in php_cli_server_do_event_loop() local
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1949 int n; in PHP_FUNCTION() local
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c696 int n; in fcgi_listen() local
777 size_t n = 0; in safe_write() local
805 size_t n = 0; in safe_read() local
1046 int ret, n, rest; in fcgi_read() local
1198 int n = 0; local
/PHP-5.5/sapi/apache/
H A Dphp_apache.c575 int n; in PHP_FUNCTION() local
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c123 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
H A Dphp_functions.c308 int n; in PHP_FUNCTION() local
328 int n; in PHP_MINFO_FUNCTION() local
H A Dsapi_apache2.c158 int n; in php_apache_sapi_read_post() local
366 apr_size_t n; in php_input_filter() local
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c140 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
H A Dphp_functions.c350 int n; in PHP_FUNCTION() local
371 int n, max_requests; in PHP_MINFO_FUNCTION() local
/PHP-5.5/sapi/aolserver/
H A Daolserver.c91 int n; in php_ns_sapi_ub_write() local
/PHP-5.5/main/streams/
H A Dstreams.c1762 int n = 0; local
H A Dtransports.c63 int n = 0, failed = 0; in _php_stream_xport_create() local
H A Dxp_socket.c179 int n; in php_sockop_close() local
H A Dfilter.c257 int n; in php_stream_filter_create() local
H A Dplain_wrapper.c1205 int n = 0; in php_plain_files_mkdir() local
/PHP-5.5/main/
H A Dstrlcat.c74 register size_t n = siz; local
H A Dstrlcpy.c73 register size_t n = siz; local
H A Dphp_network.h35 #define shutdown(s,n) /* nothing */ argument
159 int n; in php_pollfd_for() local
177 int n; in php_pollfd_for_ms() local
201 # define PHP_SAFE_MAX_FD(m, n) do { if (n + 1 >= FD_SETSIZE) { _php_emit_fd_setsize_warning(n); }}… argument
206 # define PHP_SAFE_MAX_FD(m, n) do { if (m >= FD_SETSIZE) { _php_emit_fd_setsize_warning(m); m = FD… argument

Completed in 93 milliseconds

123456789