Home
last modified time | relevance | path

Searched refs:json_send (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/www/yaws/yaws-2.0.6/testsuite/
H A Djsonrpc_SUITE.erl319 {ok, {{_,200,_}, Hdrs, Body}} = json_send(Url, Req, NeedEncode),
324 {ok, {{_,200,_}, Hdrs, Body}} = json_send(Url, Req, NeedEncode),
328 {ok, {{_,200,_}, Hdrs, Body}} = json_send(Url, Req, NeedEncode),
352 json_send(Url, Req, encode) -> function
353 json_send(Url, lists:flatten(json2:encode(Req)), no_encode);
354 json_send(Url, Req, no_encode) -> function
/dports/sysutils/burp-devel/burp-2.5.4/utest/server/monitor/
H A Dtest_json_output.c91 fail_unless(!json_send(asfd, NULL, NULL, NULL, NULL, NULL, 0/*cache*/, in START_TEST()
133 fail_unless(!json_send(asfd, clist, NULL, NULL, NULL, NULL, 0/*cache*/, in START_TEST()
199 fail_unless(!json_send(asfd, clist, c, NULL, NULL, NULL, 0/*cache*/, in do_test_json_send_clients_with_backup()
/dports/sysutils/burp/burp-2.4.0/utest/server/monitor/
H A Dtest_json_output.c91 fail_unless(!json_send(asfd, NULL, NULL, NULL, NULL, NULL, 0/*cache*/, in START_TEST()
133 fail_unless(!json_send(asfd, clist, NULL, NULL, NULL, NULL, 0/*cache*/, in START_TEST()
199 fail_unless(!json_send(asfd, clist, c, NULL, NULL, NULL, 0/*cache*/, in do_test_json_send_clients_with_backup()
/dports/sysutils/burp-devel/burp-2.5.4/src/server/monitor/
H A Djson_output.h7 extern int json_send(struct asfd *asfd,
H A Dstatus_server.c389 if(json_send(srfd, clist, cstat, bu, logfile, browse, in parse_client_data()
H A Djson_output.c420 int json_send(struct asfd *asfd, struct cstat *clist, struct cstat *cstat, in json_send() function
/dports/sysutils/burp/burp-2.4.0/src/server/monitor/
H A Djson_output.h7 extern int json_send(struct asfd *asfd,
H A Dstatus_server.c389 if(json_send(srfd, clist, cstat, bu, logfile, browse, in parse_client_data()
H A Djson_output.c420 int json_send(struct asfd *asfd, struct cstat *clist, struct cstat *cstat, in json_send() function
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DClientJson.h39 void json_send(int client_id, Slice request);
H A Dtd_json_client.cpp39 td::json_send(client_id, td::Slice(request == nullptr ? "" : request)); in td_send()
H A DClientJson.cpp129 void json_send(int client_id, Slice request) { in json_send() function
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/utils/
H A Djson.h24 extern Datum json_send(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/utils/
H A Djson.h24 extern Datum json_send(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/utils/
H A Djson.h24 extern Datum json_send(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/utils/
H A Djson.h24 extern Datum json_send(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/utils/
H A Djson.h24 extern Datum json_send(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/utils/
H A Djson.h24 extern Datum json_send(PG_FUNCTION_ARGS);
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/utils/
H A Djson.h24 extern Datum json_send(PG_FUNCTION_ARGS);
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Djson.c106 json_send(PG_FUNCTION_ARGS) in json_send() function
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Djson.c106 json_send(PG_FUNCTION_ARGS) in json_send() function
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Djson.c106 json_send(PG_FUNCTION_ARGS) in json_send() function
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Djson.c106 json_send(PG_FUNCTION_ARGS) in json_send() function
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Djson.c106 json_send(PG_FUNCTION_ARGS) in json_send() function
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Djson.c106 json_send(PG_FUNCTION_ARGS) in json_send() function

1234567891011