Home | History | Annotate | Download | only in server

Lines Matching defs:debug_print

32 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...)
72 debug_print(ctx, 1, "Connection from %s", ctx->addr);
79 debug_print(ctx, 1, "HS20REALM not set");
84 debug_print(ctx, 1, "HS20POST not set");
90 debug_print(ctx, 1, "Could not parse SOAP data");
96 debug_print(ctx, 1, "Could not get SPP message");
105 debug_print(ctx, 1, "Request HTTP authentication");
109 debug_print(ctx, 1, "No response");
115 debug_print(ctx, 1, "SOAP envelope building failed");
121 debug_print(ctx, 1, "Could not get node string");
179 debug_print(&ctx, 1, "process() --> %d", ret);