Home
last modified time | relevance | path

Searched defs:val (Results 51 – 75 of 164) sorted by path

1234567

/php-src/ext/ffi/
H A Dffi_parser.c2560 zend_ffi_val val = {.kind = ZEND_FFI_VAL_EMPTY}; in parse_enumerator() local
2885 zend_ffi_val val; in parse_attributes() local
2967 zend_ffi_val val; in parse_attrib() local
3111 static int parse_expression(int sym, zend_ffi_val *val) { in parse_expression()
3190 static int parse_and_expression(int sym, zend_ffi_val *val) { in parse_and_expression()
3490 static int parse_OCTNUMBER(int sym, zend_ffi_val *val) { in parse_OCTNUMBER()
3499 static int parse_DECNUMBER(int sym, zend_ffi_val *val) { in parse_DECNUMBER()
3508 static int parse_HEXNUMBER(int sym, zend_ffi_val *val) { in parse_HEXNUMBER()
3517 static int parse_FLOATNUMBER(int sym, zend_ffi_val *val) { in parse_FLOATNUMBER()
3526 static int parse_STRING(int sym, zend_ffi_val *val) { in parse_STRING()
[all …]
H A Dphp_ffi.h268 static zend_always_inline void zend_ffi_val_error(zend_ffi_val *val) /* {{{ */ in zend_ffi_val_error()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c883 ssize_t val = 2 * MULT; /* baseline strength */ in apprentice_magic_strength_1() local
1019 ssize_t val = apprentice_magic_strength_1(m); in file_magic_strength() local
1845 uint64_t val; in parse_op_modifier() local
2931 int val; in getstr() local
H A Dcdf.h192 #define CDF_ROUND(val, by) (((val) + (by) - 1) & ~((by) - 1)) argument
H A Dmagic.c334 magic_setparam(struct magic_set *ms, int param, const void *val) in magic_setparam()
373 magic_getparam(struct magic_set *ms, int param, void *val) in magic_getparam()
H A Dprint.c356 unsigned long long val; in file_fmtnum() local
/php-src/ext/fileinfo/
H A Dphp_libmagic.c20 zend_string* convert_libmagic_pattern(const char *val, size_t len, uint32_t options) in convert_libmagic_pattern()
/php-src/ext/filter/
H A Dfilter.c287 static unsigned int php_sapi_filter(int arg, const char *var, char **val, size_t val_len, size_t *n… in php_sapi_filter()
/php-src/ext/gd/
H A Dgd.c199 void php_gd_assign_libgdimageptr_as_extgdimage(zval *val, gdImagePtr image) in php_gd_assign_libgdimageptr_as_extgdimage()
/php-src/ext/gd/libgd/
H A Dgd_avif.c493 uint32_t val; in gdImageAvifCtx() local
H A Dgd_jpeg.c244 int val = im->tpixels[i][j]; in _gdImageJpegCtx() local
/php-src/ext/gmp/
H A Dgmp.c581 static zend_result convert_zstr_to_gmp(mpz_t gmp_number, const zend_string *val, zend_long base, ui… in convert_zstr_to_gmp()
620 static zend_result convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long base, uint32_t arg_pos) in convert_to_gmp()
/php-src/ext/hash/
H A Dhash.c195 static void one_to_buffer(size_t sz, unsigned char *buf, uint64_t val) { in one_to_buffer()
255 uint64_t val = one_from_buffer(sz, buf + pos); in php_hash_serialize_spec() local
306 uint64_t val; in php_hash_unserialize_spec() local
H A Dhash_sha3.c51 static inline void store64(unsigned char* x, uint64_t val) { in store64()
58 static inline void xor64(unsigned char* x, uint64_t val) { in xor64()
/php-src/ext/hash/xxhash/
H A Dxxhash.h1720 xxh_u32 val; in XXH_read32() local
2363 xxh_u64 val; in XXH_read64() local
2470 static xxh_u64 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) in XXH64_mergeRound()
3121 XXH_FORCE_INLINE xxh_u64x2 XXH_vec_revb(xxh_u64x2 val) in XXH_vec_revb()
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp139 zval val; in BreakIterator_get_debug_info() local
/php-src/ext/intl/converter/
H A Dconverter.c149 static void php_converter_append_toUnicode_target(zval *val, UConverterToUnicodeArgs *args, php_con… in php_converter_append_toUnicode_target()
254 static void php_converter_append_fromUnicode_target(zval *val, UConverterFromUnicodeArgs *args, php… in php_converter_append_fromUnicode_target()
/php-src/ext/json/
H A Djson.c128 PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, int options, zend_long depth… in php_json_encode_ex()
143 PHP_JSON_API zend_result php_json_encode(smart_str *buf, zval *val, int options) /* {{{ */ in php_json_encode()
H A Djson_encoder.c34 static int php_json_determine_array_type(zval *val) /* {{{ */ in php_json_determine_array_type()
113 static zend_result php_json_encode_array(smart_str *buf, zval *val, int options, php_json_encoder *… in php_json_encode_array()
531 static zend_result php_json_encode_serializable_object(smart_str *buf, zval *val, int options, php_… in php_json_encode_serializable_object()
596 static zend_result php_json_encode_serializable_enum(smart_str *buf, zval *val, int options, php_js… in php_json_encode_serializable_enum()
609 zend_result php_json_encode_zval(smart_str *buf, zval *val, int options, php_json_encoder *encoder)… in php_json_encode_zval()
/php-src/ext/ldap/
H A Dldap.c387 zval* val; in _php_ldap_control_from_array() local
3003 int val; in PHP_FUNCTION() local
3091 char *val = NULL; in PHP_FUNCTION() local
3174 int val; in PHP_FUNCTION() local
3252 zend_string *val; in PHP_FUNCTION() local
3272 void *val; in PHP_FUNCTION() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c62 unsigned short val = tbl[probe]; in mbfl_bisec_srch2() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_string.h44 unsigned char *val; member
/php-src/ext/mbstring/
H A Dmb_gpc.c175 char *var, *val; in _php_mb_encoding_handler_ex() local
H A Dmbstring.c3070 zval val; in mb_trim_default_chars() local
3092 zval val; in mb_trim_what_chars() local
4369 zval val; in _php_mbstr_parse_mail_headers() local
4415 zval val; in _php_mbstr_parse_mail_headers() local
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h42 char *val; member

Completed in 177 milliseconds

1234567