Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/ext/mysqli/
H A Dmysqli_report.h50 #define MYSQLI_PROFILER_REPORT(_type, _time, ptr) if (MyG(profiler.mode)) php_mysqli_profiler_repor… argument
/PHP-5.4/ext/openssl/
H A Dopenssl.c3051 #define OPENSSL_PKEY_GET_BN(_type, _name) do { \ argument
3052 if (pkey->pkey._type->_name != NULL) { \
3053 int len = BN_num_bytes(pkey->pkey._type->_name); \
3055 BN_bn2bin(pkey->pkey._type->_name, (unsigned char*)str); \
3057 add_assoc_stringl(_type, #_name, str, len, 0); \
3061 #define OPENSSL_PKEY_SET_BN(_ht, _type, _name) do { \ argument
3065 _type->_name = BN_bin2bn( \
/PHP-5.4/Zend/
H A Dzend_compile.h37 #define SET_UNUSED(op) op ## _type = IS_UNUSED
H A Dzend_compile.c40 target ## _type = (src)->op_type; \
49 (target)->op_type = src ## _type; \
59 target ## _type = src ## _type; \

Completed in 42 milliseconds