Home
last modified time | relevance | path

Searched defs:v (Results 76 – 100 of 161) sorted by relevance

1234567

/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Dkoi8_r.c135 int v = (EncKOI8_R_CtypeTable[*p] & in koi8_r_is_mbc_ambiguous() local
H A Diso8859_10.c136 int v = (EncISO_8859_10_CtypeTable[*p] & in iso_8859_10_is_mbc_ambiguous() local
H A Diso8859_14.c135 int v = (EncISO_8859_14_CtypeTable[*p] & in is_mbc_ambiguous() local
H A Diso8859_15.c135 int v = (EncISO_8859_15_CtypeTable[*p] & in is_mbc_ambiguous() local
H A Diso8859_4.c136 int v = (EncISO_8859_4_CtypeTable[*p] & in iso_8859_4_is_mbc_ambiguous() local
H A Diso8859_5.c137 int v = (EncISO_8859_5_CtypeTable[*p] & in iso_8859_5_is_mbc_ambiguous() local
H A Dutf32_be.c125 int c, v; in utf32be_is_mbc_ambiguous() local
H A Dutf32_le.c124 int c, v; in utf32le_is_mbc_ambiguous() local
H A Dutf16_be.c165 int c, v; in utf16be_is_mbc_ambiguous() local
H A Dutf16_le.c165 int c, v; in utf16le_is_mbc_ambiguous() local
/PHP-5.3/ext/iconv/
H A Dphp_iconv.h76 # define ICONVG(v) TSRMG(iconv_globals_id, zend_iconv_globals *, v) argument
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dpragma.c130 Vdbe *v; in flagPragma() local
163 Vdbe *v = sqliteGetVdbe(pParse); in sqlitePragma() local
H A Dupdate.c38 Vdbe *v; /* The virtual database engine */ in sqliteUpdate() local
/PHP-5.3/sapi/milter/
H A Dphp_milter.h19 #define MG(v) TSRMG(milter_globals_id, zend_milter_globals *, v) argument
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
/PHP-5.3/ext/standard/
H A Ddir.c59 #define DIRG(v) TSRMG(dir_globals_id, php_dir_globals *, v) argument
62 #define DIRG(v) (dir_globals.v) argument
H A Dbasic_functions.h231 #define BG(v) TSRMG(basic_globals_id, php_basic_globals *, v) argument
234 #define BG(v) (basic_globals.v) argument
H A Dcrypt.c139 static void php_to64(char *s, long v, int n) /* {{{ */ in php_to64()
H A Dassert.c39 #define ASSERTG(v) TSRMG(assert_globals_id, zend_assert_globals *, v) argument
/PHP-5.3/ext/recode/
H A Drecode.c61 # define ReSG(v) TSRMG(recode_globals_id, zend_recode_globals *, v) argument
/PHP-5.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c344 uint64_t v; in mprint() local
1589 uint64_t v; in file_strncmp() local
1693 uint64_t v; local
/PHP-5.3/ext/com_dotnet/
H A Dcom_variant.c35 static void safe_array_from_zval(VARIANT *v, zval *z, int codepage TSRMLS_DC) in safe_array_from_zval()
101 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage TSRMLS_DC) in php_com_variant_from_zval()
169 PHP_COM_DOTNET_API int php_com_zval_from_variant(zval *z, VARIANT *v, int codepage TSRMLS_DC) in php_com_zval_from_variant()
H A Dphp_com_dotnet_internal.h38 VARIANT v; member
/PHP-5.3/ext/odbc/
H A Dphp_odbc_includes.h291 # define ODBCG(v) TSRMG(odbc_globals_id, zend_odbc_globals *, v) argument
293 # define ODBCG(v) (odbc_globals.v) argument
/PHP-5.3/ext/interbase/
H A Dphp_ibase_includes.h133 #define IBG(v) TSRMG(ibase_globals_id, zend_ibase_globals *, v) argument
135 #define IBG(v) (ibase_globals.v) argument

Completed in 80 milliseconds

1234567