Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 161) sorted by last modified time

1234567

/PHP-5.3/win32/
H A Dphp_win32_globals.h29 # define PW32G(v) TSRMG(php_win32_core_globals_id, php_win32_core_globals*, v) argument
32 # define PW32G(v) (the_php_win32_core_globals.v) argument
/PHP-5.3/sapi/thttpd/
H A Dthttpd.c61 #define TG(v) TSRMG(thttpd_globals_id, php_thttpd_globals *, v) argument
64 #define TG(v) (thttpd_globals.v) argument
/PHP-5.3/sapi/tux/
H A Dphp_tux.c50 #define TG(v) (tux_globals.v) argument
/PHP-5.3/sapi/webjames/
H A Dwebjames.c40 #define WG(v) (webjames_globals.v) argument
/PHP-5.3/sapi/milter/
H A Dphp_milter.c70 #define MG(v) TSRMG(milter_globals_id, zend_milter_globals *, v) argument
649 char *f, *v; in PHP_FUNCTION() local
669 char *f, *v; in PHP_FUNCTION() local
H A Dphp_milter.h19 #define MG(v) TSRMG(milter_globals_id, zend_milter_globals *, v) argument
/PHP-5.3/sapi/nsapi/
H A Dnsapi.c81 #define NSG(v) (request_context->v) argument
168 #define NSAPI_G(v) TSRMG(nsapi_globals_id, zend_nsapi_globals *, v) argument
/PHP-5.3/sapi/phttpd/
H A Dphttpd.c41 #define PHG(v) TSRMG(ph_globals_id, phttpd_globals_struct *, v) argument
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c199 #define CGIG(v) TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v) argument
202 #define CGIG(v) (php_cgi_globals.v) argument
H A Dfpm_php.c100 char *v = strdup(value); in fpm_php_apply_defines_ex() local
107 char *v = strdup(value); in fpm_php_apply_defines_ex() local
/PHP-5.3/sapi/continuity/
H A Dcapi.c54 #define NSG(v) (request_context->v) argument
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c198 #define CGIG(v) TSRMG(php_cgi_globals_id, php_cgi_globals_struct *, v) argument
201 #define CGIG(v) (php_cgi_globals.v) argument
/PHP-5.3/sapi/apache2handler/
H A Dphp_apache.h79 #define AP2(v) TSRMG(php_apache2_info_id, php_apache2_info_struct *, v) argument
82 #define AP2(v) (php_apache2_info.v) argument
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.h54 #define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v) argument
57 #define AP(v) (php_apache_info.v) argument
/PHP-5.3/sapi/aolserver/
H A Daolserver.c57 #define NSG(v) TSRMG(ns_globals_id, ns_globals_struct *, v) argument
/PHP-5.3/sapi/apache/
H A Dmod_php5.h41 #define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v) argument
44 #define AP(v) (php_apache_info.v) argument
/PHP-5.3/main/
H A Dphp_output.h96 #define OG(v) TSRMG(output_globals_id, php_output_globals *, v) argument
99 #define OG(v) (output_globals.v) argument
H A Dphp_globals.h29 # define PG(v) TSRMG(core_globals_id, php_core_globals *, v) argument
32 # define PG(v) (core_globals.v) argument
H A DSAPI.h138 # define SG(v) TSRMG(sapi_globals_id, sapi_globals_struct *, v) argument
/PHP-5.3/ext/zlib/
H A Dphp_zlib.h50 #define ZLIBG(v) TSRMG(zlib_globals_id, zend_zlib_globals *, v) argument
52 #define ZLIBG(v) (zlib_globals.v) argument
/PHP-5.3/ext/xsl/
H A Dphp_xsl.h118 #define XSL_G(v) TSRMG(xsl_globals_id, zend_xsl_globals *, v) argument
120 #define XSL_G(v) (xsl_globals.v) argument
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1367 XMLRPC_VALUE v = XMLRPC_CreateValueDateTime_ISO8601(NULL, value->value.str.val); in set_zval_xmlrpc_type() local
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h90 XMLRPC_VECTOR v; /* vector type specific info */ member
H A Dxmlrpc.c857 XMLRPC_VALUE v = calloc(1, sizeof(STRUCT_XMLRPC_VALUE)); in XMLRPC_CreateValueEmpty() local
1216 XMLRPC_VALUE v = NULL; in XMLRPC_AddValuesToVector() local
/PHP-5.3/ext/xmlreader/
H A Dphp_xmlreader.h52 #define XMLREADER_G(v) TSRMG(xmlreader_globals_id, zend_xmlreader_globals *, v) argument
54 #define XMLREADER_G(v) (xmlreader_globals.v) argument

Completed in 78 milliseconds

1234567