Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 80) sorted by relevance

1234

/php-src/ext/intl/
H A Dintl_data.h47 #define INTL_CHECK_STATUS(err, msg) \ argument
56 #define INTL_CHECK_STATUS_OR_NULL(err, msg) \ argument
66 #define INTL_METHOD_CHECK_STATUS(obj, msg) \ argument
75 #define INTL_METHOD_CHECK_STATUS_OR_GOTO(obj, msg, label) \ argument
85 #define INTL_METHOD_CHECK_STATUS_OR_NULL(obj, msg) \ argument
95 #define INTL_CTOR_CHECK_STATUS(obj, msg) \ argument
H A Dintl_error.c90 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_error_set_custom_msg()
161 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set()
169 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set()
187 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_errors_set_custom_msg()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c209 const char *msg = "Cannot fetch from a closed cursor"; in pdo_firebird_stmt_fetch() local
325 const char *msg = "Couldn't determine BLOB size"; in php_firebird_fetch_blob() local
367 const char *msg = "Error reading from BLOB"; in php_firebird_fetch_blob() local
561 const char *msg = "Invalid parameter index"; in pdo_firebird_stmt_param_hook() local
587 const char *msg = "Invalid parameter name"; in pdo_firebird_stmt_param_hook() local
639 const char *msg = "Cannot bind to array field"; in pdo_firebird_stmt_param_hook() local
648 const char *msg = "Parameter requires non-null value"; in pdo_firebird_stmt_param_hook() local
697 const char *msg = "Cannot convert string to boolean"; in pdo_firebird_stmt_param_hook() local
710 const char *msg = "Binding arrays/objects is not supported"; in pdo_firebird_stmt_param_hook() local
762 const char *msg = "Parameter requires non-null value"; in pdo_firebird_stmt_param_hook() local
[all …]
/php-src/ext/mysqlnd/
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 …]
/php-src/ext/com_dotnet/
H A Dcom_olechar.c59 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_olestring() local
89 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_olestring_to_string() local
140 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_bstr_to_string() local
H A Dcom_com.c217 char *werr, *msg; in PHP_METHOD() local
343 char *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
473 char *msg = NULL; in php_com_do_invoke_byref() local
636 char *msg = NULL; in php_com_do_invoke() local
774 MSG msg; in PHP_FUNCTION() local
/php-src/ext/sodium/
H A Dlibsodium.c293 unsigned char *msg; in PHP_FUNCTION() local
323 unsigned char *msg; in PHP_FUNCTION() local
363 zend_string *msg; in PHP_FUNCTION() local
406 unsigned char *msg; in PHP_FUNCTION() local
733 unsigned char *msg; in PHP_FUNCTION() local
777 zend_string *msg; in PHP_FUNCTION() local
822 unsigned char *msg; in PHP_FUNCTION() local
855 zend_string *msg; in PHP_FUNCTION() local
1179 unsigned char *msg; in PHP_FUNCTION() local
2887 char *msg; in PHP_FUNCTION() local
[all …]
/php-src/ext/libxml/
H A Dlibxml.c594 static void _php_list_set_error_structure(const xmlError *error, const char *msg, int line, int col… in _php_list_set_error_structure()
621 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg, int line) in php_libxml_ctx_error_level()
638 void php_libxml_issue_error(int level, const char *msg) in php_libxml_issue_error()
647 …ernal_error_handler_ex(php_libxml_error_level error_type, void *ctx, const char *msg, va_list ap, … in php_libxml_internal_error_handler_ex()
685 …_libxml_error_handler_va(php_libxml_error_level error_type, void *ctx, const char *msg, va_list ap) in php_libxml_error_handler_va()
827 …I void php_libxml_pretend_ctx_error_ex(const char *file, int line, int column, const char *msg,...) in php_libxml_pretend_ctx_error_ex()
849 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error()
857 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning()
874 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler()
/php-src/ext/intl/idn/
H A Didn.c40 static int php_intl_idn_check_status(UErrorCode err, const char *msg) in php_intl_idn_check_status()
56 static inline void php_intl_bad_args(const char *msg) in php_intl_bad_args()
/php-src/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h37 #define PDO_DBG_INF(msg) do { if (!dbg_skip_trace) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LIN… argument
38 #define PDO_DBG_ERR(msg) do { if (!dbg_skip_trace) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LIN… argument
53 static inline void PDO_DBG_INF(char *msg) {} in PDO_DBG_INF()
54 static inline void PDO_DBG_ERR(char *msg) {} in PDO_DBG_ERR()
/php-src/ext/xsl/
H A Dphp_xsl.c224 const char *msg, in xsl_try_output_replaced_error_message()
241 #define XSL_TRY_OUTPUT_REPLACED_ERROR_MESSAGE(ctx, msg, args, search, replace) \ argument
246 static void xsl_libxslt_error_handler(void *ctx, const char *msg, ...) in xsl_libxslt_error_handler()
/php-src/sapi/phpdbg/
H A Dphpdbg_out.c43 static int phpdbg_process_print(int fd, int type, const char *msg, int msglen) { in phpdbg_process_print()
124 char *msg = NULL; in phpdbg_vprint() local
H A Dphpdbg_info.c124 #define VARIABLEINFO(msg, ...) \ in PHPDBG_INFO() argument
233 #define VARIABLEINFO(msg, ...) \ in phpdbg_print_symbols() argument
/php-src/ext/intl/msgformat/
H A Dmsgformat_attr.c84 char *msg; in PHP_FUNCTION() local
H A Dmsgformat_format.c131 char *msg = NULL; in PHP_FUNCTION() local
H A Dmsgformat.c90 char *msg = NULL; in msgfmt_ctor() local
/php-src/ext/intl/dateformat/
H A Ddateformat_helpers.cpp35 char *msg; in datefmt_process_calendar_arg() local
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c169 char *msg = NULL; in PHP_FUNCTION() local
346 char *msg; in PHP_FUNCTION() local
/php-src/sapi/fpm/fpm/
H A Dfpm_trace_mach.c60 char *msg = ""; in fpm_trace_ready() local
/php-src/ext/sockets/
H A Dconversions.h28 char *msg; member
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-src/ext/intl/collator/
H A Dcollator_class.h65 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
/php-src/win32/build/
H A Dphpize.js.in31 function ERROR(msg) argument
/php-src/Zend/
H A Dzend_verify_type_inference.h35 #define ZEND_VERIFY_TYPE_INFERENCE_ERROR(msg, ...) \ argument
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_class.h73 #define SPOOFCHECKER_CHECK_STATUS(co, msg) \ argument

Completed in 93 milliseconds

1234