/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_print.c | 53 static inline void phpdbg_print_function_helper(zend_function *method) /* {{{ */ in phpdbg_print_function_helper() 168 zend_function *method; in PHPDBG_PRINT() local 183 PHPDBG_PRINT(method) /* {{{ */ in PHPDBG_PRINT() argument 323 zend_function *method; in phpdbg_print_opcodes_ce() local
|
H A D | phpdbg_list.c | 89 PHPDBG_LIST(method) /* {{{ */ in PHPDBG_LIST() argument
|
H A D | xml.md | 31 method section
|
H A D | phpdbg_cmd.h | 65 } method; member
|
H A D | phpdbg_utils.c | 115 PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* … in phpdbg_is_class_method()
|
/PHP-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 107 static inline void describe_method(XMLRPC_SERVER server, XMLRPC_VALUE vector, const char* method) { in describe_method() 188 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_signature_cb() local 247 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_help_cb() local
|
H A D | xmlrpc_introspection_private.h | 84 XMLRPC_IntrospectionCallback method; member
|
H A D | xmlrpc_private.h | 152 XMLRPC_Callback method; member
|
H A D | xml_to_dandarpc.c | 306 xml_element* method = xml_elem_new(); in DANDARPC_REQUEST_to_xml_element() local
|
H A D | xml_to_xmlrpc.c | 389 xml_element* method = xml_elem_new(); in XMLRPC_REQUEST_to_xml_element() local
|
/PHP-7.4/ext/calendar/ |
H A D | easter.c | 33 zend_long method = CAL_EASTER_DEFAULT; in _cal_easter() local
|
/PHP-7.4/ext/curl/ |
H A D | php_curl.h | 131 int method; member 140 int method; member 147 int method; member
|
/PHP-7.4/ext/openssl/ |
H A D | openssl.c | 1846 zval *method = NULL; in PHP_FUNCTION() local 2193 char *method = "sha1"; in PHP_FUNCTION() local 2298 const X509V3_EXT_METHOD *method = NULL; in openssl_x509v3_subjectAltName() local 5096 char *method; in PHP_FUNCTION() local 6035 zval *method = NULL; in PHP_FUNCTION() local 6102 zval *method = NULL; in PHP_FUNCTION() local 6161 char *method =NULL; in PHP_FUNCTION() local 6296 char *method = NULL, *iv = NULL; in PHP_FUNCTION() local 6440 char *data, *method; in PHP_FUNCTION() local 6798 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local [all …]
|
H A D | xp_ssl.c | 169 php_stream_xport_crypt_method_t method; member 331 static int php_openssl_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_openssl_x509_fingerprint_cmp() 348 const char *method = NULL; in php_openssl_x509_fingerprint_match() local 1595 const SSL_METHOD *method; in php_openssl_setup_crypto() local
|
/PHP-7.4/ext/standard/ |
H A D | incomplete_class.c | 90 static zend_function *incomplete_class_get_method(zend_object **object, zend_string *method, const … in incomplete_class_get_method()
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | compress.c | 676 methodname(size_t method) in methodname() 687 uncompressbuf(int fd, size_t bytes_max, size_t method, const unsigned char *old, in uncompressbuf()
|
/PHP-7.4/ext/phar/ |
H A D | phar_object.c | 1026 zend_long method = 0; in PHP_METHOD() local 2386 zend_long format = 9021976, method = 9021976; in PHP_METHOD() local 2490 zend_long format = 9021976, method = 9021976; in PHP_METHOD() local 3217 zend_long method; in PHP_METHOD() local 3330 zend_long method; in PHP_METHOD() local 4583 zend_long method = 9021976; in PHP_METHOD() local 4927 zend_long method; in PHP_METHOD() local
|
/PHP-7.4/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 242 U_CFUNC zend_function *IntlPartsIterator_get_method(zend_object **object_ptr, zend_string *method, … in IntlPartsIterator_get_method()
|
/PHP-7.4/ext/zend_test/ |
H A D | test.c | 179 static int zend_test_class_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_… in zend_test_class_call_method()
|
/PHP-7.4/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 674 char *method = NULL; in PHP_FUNCTION() local 789 zval *method; in PHP_FUNCTION() local
|
/PHP-7.4/main/streams/ |
H A D | php_stream_transport.h | 204 php_stream_xport_crypt_method_t method; member
|
/PHP-7.4/sapi/cli/ |
H A D | php_http_parser.h | 196 unsigned char method; /* requests only */ member
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_handlers.c | 382 static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in com_call_method()
|
H A D | com_saproxy.c | 332 static int saproxy_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETE… in saproxy_call_method()
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd.h | 305 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument 306 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument
|