Authentication */
| 433 | |
| 434 | /* Authentication */ |
| 435 | static void |
| 436 | pqTraceOutputR(FILE *f, const char *message, int *cursor) |
| 437 | { |
| 438 | fprintf(f, "Authentication\t"); |
| 439 | pqTraceOutputInt32(f, message, cursor, false); |
| 440 | } |
| 441 | |
| 442 | /* ParameterStatus */ |
| 443 | static void |
no test coverage detected