Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 41) sorted by relevance

12

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_print.c53 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 Dphpdbg_list.c89 PHPDBG_LIST(method) /* {{{ */ in PHPDBG_LIST() argument
H A Dxml.md31 method section
H A Dphpdbg_cmd.h65 } method; member
H A Dphpdbg_utils.c115 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 Dxmlrpc_introspection.c107 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 Dxmlrpc_introspection_private.h84 XMLRPC_IntrospectionCallback method; member
H A Dxmlrpc_private.h152 XMLRPC_Callback method; member
H A Dxml_to_dandarpc.c306 xml_element* method = xml_elem_new(); in DANDARPC_REQUEST_to_xml_element() local
H A Dxml_to_xmlrpc.c389 xml_element* method = xml_elem_new(); in XMLRPC_REQUEST_to_xml_element() local
/PHP-7.4/ext/calendar/
H A Deaster.c33 zend_long method = CAL_EASTER_DEFAULT; in _cal_easter() local
/PHP-7.4/ext/curl/
H A Dphp_curl.h131 int method; member
140 int method; member
147 int method; member
/PHP-7.4/ext/openssl/
H A Dopenssl.c1846 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 Dxp_ssl.c169 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 Dincomplete_class.c90 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 Dcompress.c676 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 Dphar_object.c1026 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 Dbreakiterator_iterators.cpp242 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 Dtest.c179 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 Dxmlrpc-epi-php.c674 char *method = NULL; in PHP_FUNCTION() local
789 zval *method; in PHP_FUNCTION() local
/PHP-7.4/main/streams/
H A Dphp_stream_transport.h204 php_stream_xport_crypt_method_t method; member
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.h196 unsigned char method; /* requests only */ member
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c382 static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in com_call_method()
H A Dcom_saproxy.c332 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 Dmysqlnd.h305 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument
306 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument

Completed in 94 milliseconds

12