Home
last modified time | relevance | path

Searched defs:_name (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/openssl/
H A Dxp_ssl.c109 #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 Dopenssl.c433 #define PHP_OPENSSL_CHECK_NUMBER_CONVERSION(_cond, _name, _arg_num) \ argument
440 #define PHP_OPENSSL_CHECK_NUMBER_CONVERSION_NULL_RETURN(_cond, _name) \ argument
448 #define PHP_OPENSSL_CHECK_SIZE_T_TO_INT(_var, _name, _arg_num) \ argument
450 #define PHP_OPENSSL_CHECK_SIZE_T_TO_INT_NULL_RETURN(_var, _name) \ argument
453 #define PHP_OPENSSL_CHECK_SIZE_T_TO_UINT(_var, _name, _arg_num) \ argument
456 #define PHP_OPENSSL_CHECK_LONG_TO_INT(_var, _name, _arg_num) \ argument
458 #define PHP_OPENSSL_CHECK_LONG_TO_INT_NULL_RETURN(_var, _name) \ argument
3862 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) argument
3864 #define OPENSSL_PKEY_SET_BN(_data, _name) do { \ argument
/php-src/ext/soap/
H A Dsoap.stub.php477 public ?string $_name = null; variable in SoapFault
/php-src/ext/opcache/jit/ir/
H A Dir_builder.h508 #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 Dlsapilib.c2260 const char * _name; member
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c153 #define ir_refs_init(_name, _n) _name = alloca(ir_refs_size(_n)); \ argument

Completed in 126 milliseconds