Home
last modified time | relevance | path

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

123

/PHP-5.5/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
165 static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_INF_EX()
166 static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {} in DBG_ERR_EX()
179 #define DBG_INF(msg) DBG_INF_EX(MYSQLND_G(dbg), (msg)) argument
180 #define DBG_ERR(msg) DBG_ERR_EX(MYSQLND_G(dbg), (msg)) argument
191 #define TRACE_ALLOC_INF(msg) DBG_INF_EX(MYSQLND_G(trace_alloc), (msg)) argument
192 #define TRACE_ALLOC_ERR(msg) DBG_ERR_EX(MYSQLND_G(trace_alloc), (msg)) argument
204 static inline void DBG_INF(const char * const msg) {} in DBG_INF()
205 static inline void DBG_ERR(const char * const msg) {} in DBG_ERR()
215 static inline void TRACE_ALLOC_INF(const char * const msg) {} in TRACE_ALLOC_INF()
[all …]
/PHP-5.5/ext/intl/
H A Dintl_error.c104 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set_custom_msg()
183 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_error_set()
193 void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set()
213 void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) in intl_errors_set_custom_msg()
H A Dintl_data.h49 #define INTL_CHECK_STATUS(err, msg) \ argument
58 #define INTL_METHOD_CHECK_STATUS(obj, msg) \ argument
67 #define INTL_CTOR_CHECK_STATUS(obj, msg) \ argument
/PHP-5.5/ext/com_dotnet/
H A Dcom_olechar.c63 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_olestring() local
94 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_olestring_to_string() local
H A Dcom_com.c225 char *werr, *msg; in PHP_FUNCTION() local
351 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
483 char *msg = NULL; in php_com_do_invoke_byref() local
638 char *msg = NULL; in php_com_do_invoke() local
780 MSG msg; in PHP_FUNCTION() local
H A Dcom_variant.c452 char *werr, *msg; in PHP_FUNCTION() local
1033 char *werr, *msg; in PHP_FUNCTION() local
1067 char *werr, *msg; in PHP_FUNCTION() local
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp50 char *msg; in _breakiter_factory() local
199 char *msg; in _breakiter_no_args_ret_int32() local
222 char *msg; in _breakiter_int32_ret_int32() local
H A Drulebasedbreakiterator_methods.cpp65 char *msg; in _php_intlrbbi_constructor_body() local
/PHP-5.5/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h42 #define PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg… argument
43 #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg… 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-5.5/ext/intl/dateformat/
H A Ddateformat_helpers.cpp39 char *msg; in datefmt_process_calendar_arg() local
/PHP-5.5/ext/intl/idn/
H A Didn.c114 static int php_intl_idn_check_status(UErrorCode err, const char *msg, int mode TSRMLS_DC) in php_intl_idn_check_status()
130 static inline void php_intl_bad_args(const char *msg, int mode TSRMLS_DC) in php_intl_bad_args()
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c184 char *msg = NULL; in PHP_FUNCTION() local
392 char *msg; in PHP_FUNCTION() local
/PHP-5.5/ext/libxml/
H A Dlibxml.c472 static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg) in _php_list_set_error_structure()
529 static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list … in php_libxml_internal_error_handler()
714 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error()
722 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning()
737 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler()
/PHP-5.5/sapi/milter/
H A Dmilter.php25 function milter_log($msg)
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_trace_mach.c63 char *msg = ""; in fpm_trace_ready() local
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.h61 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
/PHP-5.5/ext/sockets/
H A Dconversions.h18 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()
H A Dphp_sockets.h76 #define PHP_SOCKET_ERROR(socket, msg, errn) \ argument
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.h69 #define SPOOFCHECKER_CHECK_STATUS(co, msg) \ argument
/PHP-5.5/win32/build/
H A Dphpize.js.in35 function ERROR(msg) argument
H A Dconfutils.js2081 function MESSAGE(msg) argument
2086 function ERROR(msg) argument
2092 function WARNING(msg) argument
/PHP-5.5/ext/soap/interop/
H A Dtest.utility.php119 function parseMessage($msg)
/PHP-5.5/ext/gd/libgd/
H A Dgdtest.c360 CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2) in CompareImages()
/PHP-5.5/ext/dba/
H A Ddba_db3.c38 static void php_dba_db3_errcall_fcn(const char *errpfx, char *msg) in php_dba_db3_errcall_fcn()

Completed in 79 milliseconds

123