Home
last modified time | relevance | path

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

123

/PHP-5.6/Zend/
H A Dzend_strtod.c553 ULong xi, z; in multadd() local
674 ULong carry, y, z; in mult() local
833 ULong *x, *x1, *xe, z; in lshift() local
923 Long z; in diff() local
1033 ULong *xa, *xa0, w, y, z; local
1100 ULong *x, y, z; in d2b() local
1289 Long z; in quorem() local
2047 ULong y, z; in zend_strtod() local
H A Dzend_alloc.h167 #define ALLOC_ZVAL(z) \ argument
170 #define FREE_ZVAL(z) \ argument
173 #define ALLOC_ZVAL_REL(z) \ argument
176 #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
140 #define TMP_FREE(z) (zval*)(((zend_uintptr_t)(z)) | 1L) argument
H A Dzend_vm_def.h386 zval *z = NULL; variable
655 zval *z; variable
763 zval *z, *z_copy; variable
998 zval *z; variable
H A Dzend_vm_execute.h2401 zval *z; in ZEND_ECHO_SPEC_CONST_HANDLER() local
7792 zval *z; in ZEND_ECHO_SPEC_TMP_HANDLER() local
13064 zval *z; in ZEND_ECHO_SPEC_VAR_HANDLER() local
14860 zval *z; in zend_pre_incdec_property_helper_SPEC_VAR_CONST() local
17394 zval *z; in zend_pre_incdec_property_helper_SPEC_VAR_TMP() local
19514 zval *z; in zend_pre_incdec_property_helper_SPEC_VAR_VAR() local
23182 zval *z; in zend_pre_incdec_property_helper_SPEC_VAR_CV() local
25166 zval *z; in zend_pre_incdec_property_helper_SPEC_UNUSED_CONST() local
26597 zval *z; in zend_pre_incdec_property_helper_SPEC_UNUSED_TMP() local
27936 zval *z; in zend_pre_incdec_property_helper_SPEC_UNUSED_VAR() local
[all …]
H A Dzend.c275 zval *z = Z_OBJ_HANDLER_P(expr, get)(expr TSRMLS_CC); in zend_make_printable_zval() local
/PHP-5.6/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.c688 zval *z; in php_json_decode_ex() local
/PHP-5.6/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.6/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h83 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__ TSRMLS_CC) argument
85 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__ TSRM… argument
/PHP-5.6/ext/zip/lib/
H A Dzip_source_filep.c126 struct read_file *z; in read_file() local
/PHP-5.6/ext/pcntl/
H A Dpcntl.c25 #define IF_DEBUG(z) z argument
27 #define IF_DEBUG(z) argument
/PHP-5.6/ext/date/
H A Dphp_date.h146 timelib_abbr_info z; /* TIMELIB_ZONETYPE_ABBR */ member
/PHP-5.6/ext/standard/
H A Dcrypt_sha512.c167 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
168 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
H A Dcrypt_sha256.c142 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
143 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
H A Dmath.c223 static double php_asinh(double z) in php_asinh()
247 static double php_atanh(double z) in php_atanh()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcompress.c324 z_stream z; in uncompressgzipped() local
/PHP-5.6/ext/date/lib/
H A Dastro.c162 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local
H A Dtimelib_structs.h243 int z; /* GMT offset in minutes */ member
/PHP-5.6/sapi/litespeed/
H A Dlsapilib.c3468 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
3469 #define F2(x, y, z) F1(z, x, y) argument
3470 #define F3(x, y, z) (x ^ y ^ z) argument
3471 #define F4(x, y, z) (y ^ (x | ~z)) argument
3474 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/PHP-5.6/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.6/ext/xml/
H A Dcompat.c96 int z = 0; in _start_element_handler_ns() local
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.h239 #define mysqlnd_stmt_bind_one_param(stmt,n,z,t) (stmt)->m->bind_one_parameter((stmt), (n), (z), (t… argument
/PHP-5.6/sapi/apache_hooks/
H A Dphp_apache.c124 zval *z = (zval *)rsrc->ptr; in php_apache_request_free() local

Completed in 233 milliseconds

123