Searched defs:_name (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 109 #define GET_VER_OPT(_name) \ argument 111 #define GET_VER_OPT_STRING(_name, _str) \ argument 117 #define GET_VER_OPT_STRINGL(_name, _str, _len) \ argument 126 #define GET_VER_OPT_LONG(_name, _num) \ argument
|
H A D | openssl.c | 450 #define PHP_OPENSSL_CHECK_NUMBER_CONVERSION(_cond, _name, _arg_num) \ argument 457 #define PHP_OPENSSL_CHECK_NUMBER_CONVERSION_NULL_RETURN(_cond, _name) \ argument 465 #define PHP_OPENSSL_CHECK_SIZE_T_TO_INT(_var, _name, _arg_num) \ argument 467 #define PHP_OPENSSL_CHECK_SIZE_T_TO_INT_NULL_RETURN(_var, _name) \ argument 470 #define PHP_OPENSSL_CHECK_SIZE_T_TO_UINT(_var, _name, _arg_num) \ argument 473 #define PHP_OPENSSL_CHECK_LONG_TO_INT(_var, _name, _arg_num) \ argument 475 #define PHP_OPENSSL_CHECK_LONG_TO_INT_NULL_RETURN(_var, _name) \ argument 3925 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) argument 3927 #define OPENSSL_PKEY_SET_BN(_data, _name) do { \ argument
|
/php-src/ext/soap/ |
H A D | soap.stub.php | 478 public ?string $_name = null; variable in SoapFault
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 508 #define ir_PARAM(_type, _name, _num) _ir_PARAM(_ir_CTX, (_type), (_name), (_num)) argument 509 #define ir_VAR(_type, _name) _ir_VAR(_ir_CTX, (_type), (_name)) argument
|
/php-src/sapi/litespeed/ |
H A D | lsapilib.c | 2260 const char * _name; member
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 153 #define ir_refs_init(_name, _n) _name = alloca(ir_refs_size(_n)); \ argument
|
Completed in 82 milliseconds