Home
last modified time | relevance | path

Searched defs:msg (Results 51 – 74 of 74) sorted by last modified time

123

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c69 char *msg = NULL; in PHP_RINIT_FUNCTION() local
H A Dphpdbg.h300 char *msg; member
/PHP-7.4/ext/sockets/
H A Dphp_sockets.h80 #define PHP_SOCKET_ERROR(socket, msg, errn) \ argument
H A Dconversions.h18 char *msg; member
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c43 #define STMT_CALL_MSG(name, msg, params) \ argument
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c42 char *msg; in dblib_fetch_error() 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/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-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/intl/spoofchecker/
H A Dspoofchecker_class.h74 #define SPOOFCHECKER_CHECK_STATUS(co, msg) \ argument
/PHP-7.4/ext/intl/idn/
H A Didn.c102 static int php_intl_idn_check_status(UErrorCode err, const char *msg) in php_intl_idn_check_status()
118 static inline void php_intl_bad_args(const char *msg) in php_intl_bad_args()
/PHP-7.4/ext/intl/
H A Dintl_data.h49 #define INTL_CHECK_STATUS(err, msg) \ argument
58 #define INTL_CHECK_STATUS_OR_NULL(err, msg) \ argument
68 #define INTL_METHOD_CHECK_STATUS(obj, msg) \ argument
77 #define INTL_METHOD_CHECK_STATUS_OR_NULL(obj, msg) \ argument
87 #define INTL_CTOR_CHECK_STATUS(obj, msg) \ argument
H A Dintl_error.c104 void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_error_set_custom_msg()
183 void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_error_set()
193 void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg ) in intl_errors_set()
213 void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg ) in intl_errors_set_custom_msg()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_helpers.cpp41 char *msg; in datefmt_process_calendar_arg() local
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp52 char *msg; in _breakiter_factory() local
187 char *msg; in _breakiter_no_args_ret_int32() local
210 char *msg; in _breakiter_int32_ret_int32() local
H A Drulebasedbreakiterator_methods.cpp68 char *msg; in _php_intlrbbi_constructor_body() local
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.h67 #define COLLATOR_CHECK_STATUS( co, msg ) \ argument
/PHP-7.4/ext/dba/
H A Ddba_db3.c40 const char *errpfx, const char *msg) in php_dba_db3_errcall_fcn()
H A Ddba_db4.c41 const char *errpfx, const char *msg) in php_dba_db4_errcall_fcn()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_trace_mach.c61 char *msg = ""; in fpm_trace_ready() local
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) argument
/PHP-7.4/ext/gd/libgd/
H A Dgdtest.c360 CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2) in CompareImages()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c575 char *msg; in makeerror() local

Completed in 50 milliseconds

123