Home
last modified time | relevance | path

Searched defs:c (Results 226 – 244 of 244) sorted by relevance

12345678910

/php-src/ext/fileinfo/libmagic/
H A Dfile.h449 struct cont c; member
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h751 struct { unsigned char c1, c2, c3, c4; } c; member
/php-src/Zend/
H A Dzend_gc.c124 #define GC_REF_SET_COLOR(ref, c) do { \ argument
H A Dzend_API.h976 #define ZVAL_CHAR(z, c) do { \ argument
1020 #define RETVAL_CHAR(c) ZVAL_CHAR(return_value, c) argument
1046 #define RETURN_CHAR(c) do { RETVAL_CHAR(c); return; } while (0) argument
H A Dzend_vm_execute.h5807 zend_constant *c; in ZEND_DEFINED_SPEC_CONST_HANDLER() local
7314 zend_class_constant *c; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() local
7740 zend_constant c; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER() local
8479 zend_class_constant *c; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER() local
25197 zend_class_constant *c; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER() local
25770 zend_class_constant *c; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER() local
34349 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
34365 zend_class_constant *c; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
34728 zend_class_constant *c; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER() local
H A Dzend_compile.h427 #define ZEND_CLASS_CONST_FLAGS(c) Z_CONSTANT_FLAGS((c)->value) argument
/php-src/main/streams/
H A Dstreams.c827 PHPAPI int _php_stream_putc(php_stream *stream, int c) in _php_stream_putc()
/php-src/ext/standard/
H A Dbasic_functions.c511 zval *c; in PHP_FUNCTION() local
H A Darray.c5146 int c = 0; local
5542 int c; local
/php-src/main/
H A Dphp_streams.h349 #define php_stream_putc(stream, c) _php_stream_putc((stream), (c)) argument
/php-src/ext/session/
H A Dsession.c355 char c; in php_session_valid_key() local
/php-src/ext/exif/
H A Dexif.c1391 int c, i, p=0, n = 5+31; in exif_char_dump() local
3949 uchar c, *data = (uchar*)ImageInfo->Thumbnail.data; in exif_scan_thumbnail() local
/php-src/ext/pcre/
H A Dphp_pcre.c2769 c; /* Current character */ in PHP_FUNCTION() local
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1226 uint8_t c; in zend_assign_to_string_offset() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c122 #define C(c) ((sljit_ins)reg_map[c] << 6) argument
/php-src/ext/reflection/
H A Dphp_reflection.c385 zend_class_constant *c; in _class_string() local
588 static void _class_const_string(smart_str *str, zend_string *name, zend_class_constant *c, char *in… in _class_const_string()
4877 zend_class_constant *c; in ZEND_METHOD() local
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c2178 ir_ref a, b, c; in ir_gen_dessa_moves() local
/php-src/ext/phar/
H A Dphar_object.c1378 zend_class_entry *c; member
/php-src/ext/pgsql/
H A Dpgsql.c3569 PGcancel *c; in php_pgsql_do_async() local

Completed in 326 milliseconds

12345678910