Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 92) sorted by last modified time

1234

/PHP-5.5/win32/
H A Dsendmail.c385 int res; in SendText() local
690 int res; in PostHeader() local
770 int res, namelen; in MailConnect() local
/PHP-5.5/sapi/roxen/
H A Droxen.c380 int res = 0; in php_roxen_sapi_send_headers() local
576 int res, len; in php_roxen_module_main() local
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c2294 struct addrinfo *res, hints; in LSAPI_ParseSockAddr() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_process_ctl.c155 int res = kill(child->pid, signo); in fpm_pctl_kill_all() local
H A Dfpm_stdio.c97 int res; in fpm_stdio_child_said() local
H A Dfpm_atomic.h45 unsigned char res; in atomic_cmp_set() local
71 unsigned char res; in atomic_cmp_set() local
H A Dfpm_events.c59 int res, ret; in fpm_got_signal() local
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c718 char *res; in PHP_FUNCTION() local
/PHP-5.5/sapi/caudium/
H A Dcaudium.c388 int res = 0; in php_caudium_sapi_send_headers() local
566 int res; in php_caudium_module_main() local
/PHP-5.5/main/
H A Dphp_variables.c281 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local
H A Drfc1867.c482 char *res; in php_ap_getword() local
H A Dnetwork.c177 struct addrinfo hints, *res, *sai; in php_network_getaddresses() local
1065 char *res; local
/PHP-5.5/ext/xmlwriter/examples/
H A Dxmlwriter_file.php6 $res = xmlwriter_set_indent_string($xw, ' '); variable
H A Dxmlwriter_mem.php6 $res = xmlwriter_set_indent_string($xw, ' '); variable
22 $res = xmlwriter_start_comment($xw); variable
24 $res = xmlwriter_end_comment($xw); variable
H A Dxmlwriter_mem_ns.php6 $res = xmlwriter_set_indent_string($xw, ' '); variable
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c493 int res = my_zend_hash_get_current_key(ht, &my_key, &num_index); in determine_vector_type() local
591 int res = my_zend_hash_get_current_key(Z_ARRVAL_P(val_arr), &my_key, &num_index); in PHP_to_XMLRPC_worker() local
/PHP-5.5/ext/standard/
H A Dvar.c767 int res; in php_var_serialize_intern() local
H A Dstring.c203 struct lconv *res; in localeconv_r() local
2860 HASH res = 0; local
2892 const PPRES *res = ctx_g; local
2992 PPRES *res = emalloc(sizeof *res); local
4490 char *res = NULL; local
H A Dphp_dns.h27 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
29 #define php_dns_free_handle(res) \ argument
33 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
35 #define php_dns_free_handle(res) \ argument
40 #define php_dns_search(res, dname, class, type, answer, anslen) \ argument
42 #define php_dns_free_handle(res) /* noop */ argument
H A Dhtml.c563 static inline int map_from_unicode(unsigned code, enum entity_charset charset, unsigned *res) in map_from_unicode()
685 static inline void map_to_unicode(unsigned code, const enc_to_uni *table, unsigned *res) in map_to_unicode()
H A Ddns.c338 static void _php_dns_free_res(struct __res_state res) { /* {{{ */ in _php_dns_free_res()
H A Dfile.c1696 int res; in php_copy_file_ctx() local
H A Darray.c1180 res; /* comparison result */ in php_search_array() local
2423 res, /* Result of comparison */ in PHP_FUNCTION() local
/PHP-5.5/ext/spl/
H A Dphp_spl.c812 char *res; in spl_build_class_list_string() local
/PHP-5.5/ext/sockets/
H A Dsockets.c1966 #define HANDLE_SUBCALL(res) \ argument
1975 int res = php_do_setsockopt_ip_mcast(php_sock, level, optname, arg4 TSRMLS_CC); local
1981 int res = php_do_setsockopt_ipv6_mcast(php_sock, level, optname, arg4 TSRMLS_CC); local

Completed in 219 milliseconds

1234