Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/http/
H A Drequest.c101 …strZ(httpRequestVerb(this)), strZ(httpRequestPath(this)), httpRequestQuery(this) == NULL ? "" : "?… in httpRequestProcess()
102httpRequestQuery(this) == NULL ? "" : strZ(httpQueryRenderP(httpRequestQuery(this)))); in httpRequestProcess()
257 if (httpRequestQuery(this) != NULL) in httpRequestError()
258 strCatFmt(error, "?%s", strZ(httpQueryRenderP(httpRequestQuery(this), .redact = true))); in httpRequestError()
308 httpRequestQuery(this) == NULL ? "null" : strZ(httpQueryToLog(httpRequestQuery(this))), in httpRequestToLog()
H A Drequest.h99 httpRequestQuery(const HttpRequest *const this) in httpRequestQuery() function
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DioHttpTest.c488 …httpQueryRenderP(httpRequestQuery(request)), "name=%2Fpath%2FA%20Z.txt&type=test", "check request … in testRun()