Home
last modified time | relevance | path

Searched defs:v (Results 26 – 50 of 161) sorted by relevance

1234567

/PHP-5.3/ext/gmp/
H A Dphp_gmp.h80 #define GMPG(v) TSRMG(gmp_globals_id, zend_gmp_globals *, v) argument
/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c199 int v = buffer[pos]; in mbfl_filt_conv_html_dec() local
219 int v = buffer[pos]; in mbfl_filt_conv_html_dec() local
/PHP-5.3/ext/ldap/
H A Dphp_ldap.h46 # define LDAPG(v) TSRMG(ldap_globals_id, zend_ldap_globals *, v) argument
/PHP-5.3/ext/snmp/
H A Dphp_snmp.h78 #define SNMP_G(v) TSRMG(snmp_globals_id, zend_snmp_globals *, v) argument
/PHP-5.3/ext/mcrypt/
H A Dphp_mcrypt.h83 # define MCG(v) TSRMG(mcrypt_globals_id, zend_mcrypt_globals *, v) argument
/PHP-5.3/ext/posix/
H A Dphp_posix.h125 # define POSIX_G(v) TSRMG(posix_globals_id, zend_posix_globals *, v) argument
/PHP-5.3/ext/bcmath/
H A Dphp_bcmath.h52 # define BCG(v) TSRMG(bcmath_globals_id, zend_bcmath_globals *, v) argument
/PHP-5.3/ext/simplexml/
H A Dphp_simplexml.h75 #define SIMPLEXML_G(v) TSRMG(simplexml_globals_id, zend_simplexml_globals *, v) argument
77 #define SIMPLEXML_G(v) (simplexml_globals.v) argument
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_valid_utf8.c121 pcre_uint32 v = 0; in PRIV() local
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dattach.c31 Vdbe *v; in sqliteAttach() local
139 Vdbe *v; in sqliteDetach() local
H A Dexpr.c361 int v; in sqliteExprIsInteger() local
686 Vdbe *v = sqliteGetVdbe(pParse); in sqliteExprResolveIds() local
1012 Vdbe *v = pParse->pVdbe; in sqliteExprCode() local
1277 Vdbe *v; in sqliteExprCodeExprList() local
1301 Vdbe *v = pParse->pVdbe; in sqliteExprIfTrue() local
1396 Vdbe *v = pParse->pVdbe; in sqliteExprIfFalse() local
H A Dcopy.c38 Vdbe *v; in sqliteCopy() local
/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/sqlite3/
H A Dphp_sqlite3.h34 # define SQLITE3G(v) TSRMG(sqlite3_globals_id, zend_sqlite3_globals *, 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/ext/standard/
H A Dphp_array.h123 #define ARRAYG(v) TSRMG(array_globals_id, zend_array_globals *, v) argument
H A Drand.c148 #define mixBits(u, v) (hiBit(u)|loBits(v)) /* move hi bit of u to hi bit of v */ argument
150 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((php_uint32)(-(php_int32)(loBit(u))) & 0x9908b0dfU)) argument
H A Dfile.h130 #define FG(v) TSRMG(file_globals_id, php_file_globals *, v) argument
133 #define FG(v) (file_globals.v) argument
/PHP-5.3/ext/filter/
H A Dphp_filter.h67 #define IF_G(v) TSRMG(filter_globals_id, zend_filter_globals *, v) argument
/PHP-5.3/ext/intl/
H A Dphp_intl.h53 #define INTL_G(v) TSRMG(intl_globals_id, zend_intl_globals *, v) argument
/PHP-5.3/ext/com_dotnet/
H A Dcom_iterator.c36 VARIANT v; /* cached element */ member
148 VARIANT v; in php_com_iter_get() local
H A Dphp_com_dotnet.h56 # define COMG(v) TSRMG(com_dotnet_globals_id, zend_com_dotnet_globals *, v) argument
/PHP-5.3/ext/libxml/
H A Dphp_libxml.h104 #define LIBXML(v) TSRMG(libxml_globals_id, zend_libxml_globals *, v) argument
106 #define LIBXML(v) (libxml_globals.v) argument
/PHP-5.3/ext/mbstring/
H A Dmbstring.h215 #define MBSTRG(v) TSRMG(mbstring_globals_id, zend_mbstring_globals *, v) argument
217 #define MBSTRG(v) (mbstring_globals.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

Completed in 67 milliseconds

1234567