Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 275) sorted by last modified time

1234567891011

/PHP-5.5/win32/
H A Dsendmail.c632 char c, *e2, *e = data_cln + data_cln_len; in SendText() local
H A Dstrtoi64.c14 char c; in _strtoi64() local
H A Dfnmatch.c62 char c, test; in fnmatch() local
156 char c, c2; in rangematch() local
H A Dglob.c137 #define CHAR(c) ((Char)((c)&M_ASCII)) argument
138 #define META(c) ((Char)((c)|M_QUOTE)) argument
145 #define ismeta(c) (((c)&M_QUOTE) != 0) argument
175 int c; local
446 int c, err, oldpathc; local
777 Char c, k; local
/PHP-5.5/sapi/isapi/stresstest/
H A Dgetopt.c136 int c; in main() local
H A Dstresstest.cpp485 int c = NULL; in main() local
732 TIsapiContext *c = (TIsapiContext *)hConn; in GetServerVariable() local
764 TIsapiContext *c = (TIsapiContext *)hConn; in ReadClient() local
777 TIsapiContext *c = (TIsapiContext *)hConn; in WriteClient() local
791 TIsapiContext *c = (TIsapiContext *)hConn; in ServerSupportFunction() local
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c722 int c; in parse_opt() local
787 int c; in cli_main() local
H A Dlsapilib.c3430 register uint32 a, b, c, d; in lsapi_MD5Transform() local
/PHP-5.5/sapi/milter/
H A Dgetopt.c134 int c; in main() local
H A Dphp_milter.c999 int c; in main() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_process_ctl.c78 #define optional_arg(c) (saved_argc > c ? ", \"" : ""), (saved_argc > c ? saved_argv[c] : ""), (sav… argument
H A Dfpm_unix.c33 struct fpm_worker_pool_config_s *c = wp->config; in fpm_unix_resolve_socket_premissions() local
H A Dfpm_atomic.h25 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
92 #define atomic_cmp_set(a,b,c) __sync_bool_compare_and_swap(a,b,c) argument
H A Dfpm_children.c303 struct fpm_child_s *c; in fpm_resources_prepare() local
H A Dfpm_cleanup.c22 struct cleanup_s *c; in fpm_cleanup_add() local
40 struct cleanup_s *c = fpm_array_item_last(&cleanups); in fpm_cleanups_run() local
H A Dfpm_conf.c524 struct fpm_worker_pool_config_s *c = *config; in fpm_conf_set_pm() local
1477 char c = '*'; in fpm_conf_load_ini_file() local
H A Dfpm_events.c58 char c; in fpm_got_signal() local
H A Dfpm_main.c1570 int cgi = 0, c, use_extended_info = 0; local
/PHP-5.5/sapi/cli/
H A Dphp_cli.c624 int c; in cli_seek_file_begin() local
661 int c; in do_cli() local
1210 int c; in WinMain() local
H A Dphp_cli_server.c424 size_t c = MIN((e + s + 1) / 2, e - 1); in get_template_string() local
2524 int c; in do_cli_server() local
H A Dphp_http_parser.c307 #define LOWER(c) (unsigned char)(c | 0x20) argument
308 #define TOKEN(c) tokens[(unsigned char)c] argument
328 char c, ch; in php_http_parser_execute() local
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1738 int cgi = 0, c, i, len; local
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c520 php_conf_rec *c = ap_get_module_config(r->per_dir_config, &php5_module); in php_apache_ini_dtor() local
/PHP-5.5/sapi/aolserver/
H A Daolserver.c314 char c; in php_ns_sapi_register_variables() local
/PHP-5.5/main/
H A Dsnprintf.c74 char *p, *rve, c; in __cvt() local
532 #define INS_CHAR(c, sp, bep, cc) \ argument
541 #define NUM( c ) ( c - '0' ) argument

Completed in 130 milliseconds

1234567891011