Home
last modified time | relevance | path

Searched defs:z (Results 26 – 50 of 57) sorted by relevance

123

/PHP-5.5/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h87 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
88 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
/PHP-5.5/ext/json/
H A DJSON_parser.h38 static inline int parse_JSON(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int … in parse_JSON()
H A DJSON_parser.c294 static void json_create_zval(zval **z, smart_str *buf, int type, int options) in json_create_zval()
439 parse_JSON_ex(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int options TSRMLS_… in parse_JSON_ex()
H A Djson.c665 zval *z; in php_json_decode_ex() local
/PHP-5.5/Zend/
H A Dzend_alloc.h165 #define ALLOC_ZVAL(z) \ argument
168 #define FREE_ZVAL(z) \ argument
171 #define ALLOC_ZVAL_REL(z) \ argument
174 #define FREE_ZVAL_REL(z) \ argument
H A Dzend_execute.c70 static zend_always_inline void zend_pzval_unlock_func(zval *z, zend_free_op *should_free, int unref… in zend_pzval_unlock_func()
99 #define PZVAL_UNLOCK(z, f) zend_pzval_unlock_func(z, f, 1 TSRMLS_CC) argument
100 #define PZVAL_UNLOCK_EX(z, f, u) zend_pzval_unlock_func(z, f, u TSRMLS_CC) argument
101 #define PZVAL_UNLOCK_FREE(z) zend_pzval_unlock_free_func(z TSRMLS_CC) argument
102 #define PZVAL_LOCK(z) Z_ADDREF_P((z)) argument
142 #define TMP_FREE(z) (zval*)(((zend_uintptr_t)(z)) | 1L) argument
H A Dzend_vm_def.h381 zval *z = NULL; variable
645 zval *z; variable
750 zval *z, *z_copy; variable
985 zval *z; variable
H A Dzend_vm_execute.h2137 zval *z; in ZEND_ECHO_SPEC_CONST_HANDLER() local
7456 zval *z; in ZEND_ECHO_SPEC_TMP_HANDLER() local
12661 zval *z; in ZEND_ECHO_SPEC_VAR_HANDLER() local
14423 zval *z; in zend_pre_incdec_property_helper_SPEC_VAR_CONST() local
16943 zval *z; in zend_pre_incdec_property_helper_SPEC_VAR_TMP() local
19042 zval *z; in zend_pre_incdec_property_helper_SPEC_VAR_VAR() local
22681 zval *z; in zend_pre_incdec_property_helper_SPEC_VAR_CV() local
24640 zval *z; in zend_pre_incdec_property_helper_SPEC_UNUSED_CONST() local
26063 zval *z; in zend_pre_incdec_property_helper_SPEC_UNUSED_TMP() local
27389 zval *z; in zend_pre_incdec_property_helper_SPEC_UNUSED_VAR() local
[all …]
H A Dzend.c274 zval *z = Z_OBJ_HANDLER_P(expr, get)(expr TSRMLS_CC); in zend_make_printable_zval() local
/PHP-5.5/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()
174 PHP_COM_DOTNET_API int php_com_zval_from_variant(zval *z, VARIANT *v, int codepage TSRMLS_DC) in php_com_zval_from_variant()
/PHP-5.5/ext/zip/lib/
H A Dzip_source_filep.c126 struct read_file *z; in read_file() local
/PHP-5.5/ext/pcntl/
H A Dpcntl.c25 #define IF_DEBUG(z) z argument
27 #define IF_DEBUG(z) argument
/PHP-5.5/ext/date/
H A Dphp_date.h142 timelib_abbr_info z; /* TIMELIB_ZONETYPE_ABBR */ member
/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c173 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
174 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
H A Dcrypt_sha256.c148 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
149 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
H A Dmath.c217 static double php_asinh(double z) in php_asinh()
241 static double php_atanh(double z) in php_atanh()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c325 z_stream z; in uncompressgzipped() local
/PHP-5.5/ext/date/lib/
H A Dastro.c157 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
H A Dtimelib_structs.h167 int z; /* GMT offset in minutes */ member
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3414 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3415 #define F2(x, y, z) F1(z, x, y) argument
3416 #define F3(x, y, z) (x ^ y ^ z) argument
3417 #define F4(x, y, z) (y ^ (x | ~z)) argument
3420 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-5.5/main/
H A Doutput.c1171 static int php_output_stack_apply_list(void *h, void *z) in php_output_stack_apply_list()
1183 static int php_output_stack_apply_status(void *h, void *z) in php_output_stack_apply_status()
/PHP-5.5/ext/xml/
H A Dcompat.c96 int z = 0; in _start_element_handler_ns() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h238 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c124 zval *z = (zval *)rsrc->ptr; in php_apache_request_free() local
/PHP-5.5/ext/phar/
H A Dphar_internal.h83 # define ALLOC_PERMANENT_ZVAL(z) \ argument

Completed in 211 milliseconds

123