Home
last modified time | relevance | path

Searched refs:DEBUG_MESSAGE (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c403 #define DEBUG_MESSAGE(fmt, ...) log_message("LS:%d " fmt "\n", __LINE__, ##__VA_ARGS__)
405 #define DEBUG_MESSAGE(fmt, ...) macro
675 DEBUG_MESSAGE("doc_root: %s", ctx->doc_root); in lsapi_activate_user_ini_basic_checks()
697 DEBUG_MESSAGE("dirname: %s", ctx->path); in lsapi_activate_user_ini_mk_path()
721 DEBUG_MESSAGE("calculated tsrm realpath: %s", real_path); in lsapi_activate_user_ini_mk_realpath()
723 DEBUG_MESSAGE("%s is an absolute path", ctx->path); in lsapi_activate_user_ini_mk_realpath()
745 DEBUG_MESSAGE("found entry for %s", ctx->path); in lsapi_activate_user_ini_mk_user_config()
747 DEBUG_MESSAGE("entry for %s not found, creating new entry", ctx->path); in lsapi_activate_user_ini_mk_user_config()
770 DEBUG_MESSAGE("parsing %s%c%s", begin, DEFAULT_SLASH, PG(user_ini_filename)); in walk_down_the_path_callback()
817 DEBUG_MESSAGE("calling php_ini_activate_config()"); in lsapi_activate_user_ini_finally()

Completed in 7 milliseconds