Searched defs:post_sz (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dnet_ops.c172 size_t post_sz, post_data_sz; local
198 post_sz = am_asprintf(&post, "POST %s/authservice HTTP/1.1\r\n"
212 AM_LOG_DEBUG(conn->instance_id, "%s sending %d bytes:\n%s", thisfunc, post_sz, post);
214 AM_LOG_DEBUG(conn->instance_id, "%s sending %d bytes", thisfunc, post_sz);
218 conn->options->log("%s sending %d bytes:\n%s", thisfunc, post_sz, post);
220 conn->options->log("%s sending %d bytes", thisfunc, post_sz);
224 status = am_net_write(conn, post, post_sz);
264 size_t post_sz, post_data_sz, xml_esc_sz; local
329 post_sz = am_asprintf(&post, "POST %s/authservice HTTP/1.1\r\n"
345 AM_LOG_DEBUG(conn->instance_id, "%s sending %d bytes:\n%s", thisfunc, post_sz, pos
397 size_t post_sz; local
485 size_t post_sz, post_data_sz, token_sz; local
611 size_t post_sz, post_data_sz; local
698 size_t post_sz, post_data_sz; local
986 size_t post_sz, post_data_sz; local
1276 size_t post_sz, post_data_sz; local
[all...]
H A Dprocess.c1910 size_t post_sz = 0; local
1911 char *post = load_file(file, &post_sz);
1942 char *post_clear = base64_decode(post, &post_sz);
1946 r->post_data_sz = post_sz;

Completed in 46 milliseconds