/php-src/Zend/ |
H A D | zend_objects_API.h | 30 #define IS_OBJ_VALID(o) (!(((uintptr_t)(o)) & OBJ_BUCKET_INVALID)) argument 32 #define SET_OBJ_INVALID(o) ((zend_object*)((((uintptr_t)(o)) | OBJ_BUCKET_INVALID))) argument 34 #define GET_OBJ_BUCKET_NUMBER(o) (((intptr_t)(o)) >> 1) argument 36 #define SET_OBJ_BUCKET_NUMBER(o, n) do { \ argument
|
H A D | zend_weakrefs.c | 61 #define zend_weakref_from(o) ((zend_weakref*)(((char*) o) - XtOffsetOf(zend_weakref, std))) argument 64 #define zend_weakmap_from(o) ((zend_weakmap*)(((char*) o) - XtOffsetOf(zend_weakmap, std))) argument
|
H A D | zend_types.h | 1130 #define ZVAL_OBJ(z, o) do { \ argument 1136 #define ZVAL_OBJ_COPY(z, o) do { \ argument
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | minilua.c | 144 #define luai_apicheck(L,o){(void)L;} argument 234 #define ttisnil(o)(ttype(o)==0) argument 235 #define ttisnumber(o)(ttype(o)==3) argument 236 #define ttisstring(o)(ttype(o)==4) argument 237 #define ttistable(o)(ttype(o)==5) argument 238 #define ttisfunction(o)(ttype(o)==6) argument 239 #define ttisboolean(o)(ttype(o)==1) argument 240 #define ttisuserdata(o)(ttype(o)==7) argument 241 #define ttisthread(o)(ttype(o)==8) argument 243 #define ttype(o)((o)->tt) argument [all …]
|
H A D | dasm_arm64.h | 408 #define CK_REL(x, o) \ argument 413 #define CK_REL(x, o) CK(x, RANGE_REL) argument
|
/php-src/ext/standard/ |
H A D | base64.c | 518 unsigned char *o; in php_base64_encode_avx512_vbmi() local 562 unsigned char *o; in php_base64_decode_ex_avx512_vbmi() local 628 unsigned char *o; in php_base64_encode_avx512() local 690 unsigned char *o; in php_base64_decode_ex_avx512() local 915 unsigned char *o; in php_base64_encode_ex() local 956 unsigned char *o; in php_base64_encode_ssse3() local 1088 unsigned char *o; in php_base64_decode_ex() local 1164 unsigned char *o; in php_base64_decode_ex_ssse3() local
|
H A D | crypt_blowfish.c | 817 char o[7 + 22 + 31 + 1 + 1 + 1]; in php_crypt_blowfish_rn() member
|
H A D | string.c | 3188 const char *o = ZSTR_VAL(haystack); local 3261 const char *o = lc_haystack; local 3344 const char *o = haystack; local
|
H A D | basic_functions.c | 936 int argc = 0, o; local
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 44 #define mysql_data_seek(r,o) mysqlnd_data_seek((r),(o)) argument 51 #define mysql_fetch_field_direct(r,o) mysqlnd_fetch_field_direct((r), (o)) argument 56 #define mysql_field_seek(r,o) mysqlnd_field_seek((r), (o)) argument 74 #define mysql_set_server_option(r,o) mysqlnd_set_server_option((r), (o)) argument
|
/php-src/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 72 #define OFFSET_OOB(n, o, i) ((n) < CAST(uint32_t, (o)) || (i) > ((n) - (o))) argument 847 int32_t o; in moffset() local 1522 const struct buffer *b, size_t o, unsigned int cont_level) in msetoffset() 1594 const unsigned char *s, size_t nbytes, size_t o, unsigned int cont_level, in mget()
|
H A D | funcs.c | 539 #define OCTALIFY(n, o) \ argument
|
H A D | file.h | 454 } o; member
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeRISCV_common.c | 75 #define OPC(o) ((sljit_ins)(o)) argument
|