Home
last modified time | relevance | path

Searched defs:msg (Results 26 – 50 of 74) sorted by path

123

/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c90 char *msg = NULL; in msgfmt_ctor() local
H A Dmsgformat_format.c146 char *msg = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.h74 #define SPOOFCHECKER_CHECK_STATUS(co, msg) \ argument
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c184 char *msg = NULL; in PHP_FUNCTION() local
387 char *msg; in PHP_FUNCTION() local
/PHP-7.4/ext/json/
H A Djson_parser.y282 static void php_json_yyerror(php_json_parser *parser, char const *msg) in php_json_yyerror()
/PHP-7.4/ext/libxml/
H A Dlibxml.c533 static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg) in _php_list_set_error_structure()
565 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg) in php_libxml_ctx_error_level()
580 void php_libxml_issue_error(int level, const char *msg) in php_libxml_issue_error()
589 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler()
769 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error()
777 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning()
792 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h210 #define mysqlnd_stat(conn, msg) ((conn)->data)->m->get_server_statistics(((conn)->data), (msg)) argument
H A Dmysqlnd_debug.h99 #define DBG_INF_EX(dbg_obj, msg) do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log(… argument
168 static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_INF_EX()
169 static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_ERR_EX()
182 #define DBG_INF(msg) DBG_INF_EX(MYSQLND_G(dbg), (msg)) argument
183 #define DBG_ERR(msg) DBG_ERR_EX(MYSQLND_G(dbg), (msg)) argument
194 #define TRACE_ALLOC_INF(msg) DBG_INF_EX(MYSQLND_G(trace_alloc), (msg)) argument
195 #define TRACE_ALLOC_ERR(msg) DBG_ERR_EX(MYSQLND_G(trace_alloc), (msg)) argument
207 static inline void DBG_INF(const char * const msg) {} in DBG_INF()
208 static inline void DBG_ERR(const char * const msg) {} in DBG_ERR()
218 static inline void TRACE_ALLOC_INF(const char * const msg) {} in TRACE_ALLOC_INF()
[all …]
H A Dmysqlnd_ps.c708 char * msg; in MYSQLND_METHOD() local
H A Dmysqlnd_wireprotocol.c529 const char * const msg = "Authentication data too long. " in php_mysqlnd_auth_write() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c871 void zend_dump_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const … in zend_dump_op_array()
/PHP-7.4/ext/opcache/
H A Dshared_alloc_win32.c46 static void zend_win_error_message(int type, char *msg, int err) in zend_win_error_message()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c71 const char *msg; in pdo_raise_impl_error() local
130 const char *msg = "<<Unknown>>"; in pdo_handle_error() local
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c42 char *msg; in dblib_fetch_error() local
/PHP-7.4/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h43 #define PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg… argument
44 #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg… argument
59 static inline void PDO_DBG_INF(char *msg) {} in PDO_DBG_INF()
60 static inline void PDO_DBG_ERR(char *msg) {} in PDO_DBG_ERR()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c43 #define STMT_CALL_MSG(name, msg, params) \ argument
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c68 …pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *… in _pdo_pgsql_error()
/PHP-7.4/ext/phar/
H A Dphar.c480 #define MAPPHAR_ALLOC_FAIL(msg) \ argument
489 #define MAPPHAR_FAIL(msg) \ argument
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c89 #define _DO_THROW(msg) \ argument
/PHP-7.4/ext/soap/
H A Dsoap.c1470 …zend_string *msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message",… in _soap_server_exception() local
2552 zend_string *msg; local
/PHP-7.4/ext/sockets/
H A Dconversions.c932 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_control_array() local
1014 struct msghdr *msg = (struct msghdr *)msghdr_c; in to_zval_read_control_array() local
1085 struct msghdr *msg = args[0]; in from_zval_write_iov_array_aux() local
1099 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_iov_array() local
H A Dconversions.h18 char *msg; member
H A Dphp_sockets.h80 #define PHP_SOCKET_ERROR(socket, msg, errn) \ argument
H A Dsendrecvmsg.c42 inline ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags) in recvmsg()
62 inline ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags) in sendmsg()
/PHP-7.4/ext/sodium/
H A Dlibsodium.c770 unsigned char *msg; in PHP_FUNCTION() local
802 unsigned char *msg; in PHP_FUNCTION() local
846 zend_string *msg; in PHP_FUNCTION() local
893 unsigned char *msg; in PHP_FUNCTION() local
1232 unsigned char *msg; in PHP_FUNCTION() local
1280 zend_string *msg; in PHP_FUNCTION() local
1329 unsigned char *msg; in PHP_FUNCTION() local
1364 zend_string *msg; in PHP_FUNCTION() local
1708 unsigned char *msg; in PHP_FUNCTION() local
3064 char *msg; in PHP_FUNCTION() local
[all …]

Completed in 119 milliseconds

123