Searched refs:__type (Results 1 – 4 of 4) sorted by relevance
198 #define MYSQLI_FETCH_RESOURCE(__ptr, __type, __id, __name, __check) \ argument206 __ptr = (__type)my_res->ptr; \213 #define MYSQLI_FETCH_RESOURCE_BY_OBJ(__ptr, __type, __obj, __name, __check) \ argument220 __ptr = (__type)my_res->ptr; \
67 #define PHP_MYSQLI_EXPORT(__type) PHP_MYSQLI_API __type argument
550 uint8_t __type = (_type); \551 (_stack)[_slot].type = __type; \553 (_stack)[_slot].mem_type = __type; \
1975 uint32_t __type = (_type) & ~MAY_BE_GUARD; \1977 if (__type & MAY_BE_REF) { \1985 __type |= MAY_BE_RCN; \1989 if (__type & (MAY_BE_REF|MAY_BE_RCN)) { \1990 __type |= MAY_BE_RC1 | MAY_BE_RCN; \1992 if ((__type & MAY_BE_RC1) && (__type & MAY_BE_STRING)) {\1997 __type |= get_ssa_alias_types(__ssa_var->alias); \2000 if (ssa_var_info[__var].type != __type) { \2004 == (__type & MAY_BE_REF)); \2005 if (ssa_var_info[__var].type & ~__type) { \[all …]
Completed in 29 milliseconds