Home
last modified time | relevance | path

Searched refs:idtok (Results 1 – 25 of 29) sorted by path

12

/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dpdecsub.pas2401 idtok:_ALIAS;
2437 idtok:_CBLOCK;
2446 idtok:_CDECL;
2455 idtok:_DISPID;
2473 idtok:_EXPORT;
2492 idtok:_FAR;
2501 idtok:_FAR16;
2510 idtok:_FINAL;
2537 idtok:_INLINE;
2587 idtok:_LOCAL;
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/shmif/
H A Darcan_shmif_server.c82 int segid, int hints, size_t init_w, size_t init_h, int reqid, uint32_t idtok) in shmifsrv_send_subsegment() argument
92 cl->con, segid, hints, init_w, init_h, reqid, idtok); in shmifsrv_send_subsegment()
156 struct shmifsrv_envp env, int* clsocket, int* statuscode, uint32_t idtok) in shmifsrv_spawn_client() argument
H A Darcan_shmif_server.h115 int segid, int hints, size_t init_w, size_t init_h, int reqid, uint32_t idtok);
158 struct shmifsrv_envp env, int* clsocket, int* statuscode, uint32_t idtok);
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dpdecsub.pas2401 idtok:_ALIAS;
2437 idtok:_CBLOCK;
2446 idtok:_CDECL;
2455 idtok:_DISPID;
2473 idtok:_EXPORT;
2492 idtok:_FAR;
2501 idtok:_FAR16;
2510 idtok:_FINAL;
2537 idtok:_INLINE;
2587 idtok:_LOCAL;
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dpdecsub.pas2401 idtok:_ALIAS;
2437 idtok:_CBLOCK;
2446 idtok:_CDECL;
2455 idtok:_DISPID;
2473 idtok:_EXPORT;
2492 idtok:_FAR;
2501 idtok:_FAR16;
2510 idtok:_FINAL;
2537 idtok:_INLINE;
2587 idtok:_LOCAL;
[all …]
/dports/lang/nwcc/nwcc_0.8.3/
H A Dbuiltins.c86 struct token *idtok; in get_ident() local
92 idtok = ex->data->meat; in get_ident()
97 idtok = ex->data->is_expr->data->meat; in get_ident()
104 return idtok->ascii; in get_ident()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dbitcoind.c37 const jsmntok_t *idtok, in plugin_config_cb() argument
161 const jsmntok_t *idtok, in estimatefees_callback() argument
264 const jsmntok_t *idtok, in sendrawtx_callback() argument
349 const jsmntok_t *idtok, in getrawblockbyheight_callback() argument
443 const jsmntok_t *idtok, in getchaininfo_callback() argument
515 const jsmntok_t *idtok, in getutxout_callback() argument
H A Dclosing_control.c536 const jsmntok_t *idtok; in json_close() local
549 p_req("id", param_tok, &idtok), in json_close()
562 peer = peer_from_json(cmd->ld, buffer, idtok); in json_close()
567 res = command_find_channel(cmd, buffer, idtok, &channel); in json_close()
H A Dconnect_control.c77 jsmntok_t *idtok; in json_connect() local
89 p_req("id", param_tok, (const jsmntok_t **) &idtok), in json_connect()
96 id_str = json_strdup(cmd, buffer, idtok); in json_connect()
102 idtok->end = idtok->start + atidx; in json_connect()
105 if (!json_to_node_id(buffer, idtok, &id)) { in json_connect()
108 json_tok_full_len(idtok), in json_connect()
109 json_tok_full(buffer, idtok)); in json_connect()
H A Dinvoice.c913 const jsmntok_t *idtok UNUSED, in listincoming_done()
H A Djsonrpc.c1308 const jsmntok_t *idtok, in jsonrpc_request_start_() argument
1311 const jsmntok_t *idtok, void *), in jsonrpc_request_start_()
H A Djsonrpc.h76 const jsmntok_t *idtok,
81 const jsmntok_t *idtok, void *);
212 const jsmntok_t *idtok, \
218 const jsmntok_t *idtok), \
224 const jsmntok_t *idtok,
229 const jsmntok_t *idtok, void *),
H A Dpay.c1222 const jsmntok_t *idtok, *channeltok, *amounttok, *delaytok; in param_route_hop() local
1226 idtok = json_get_member(buffer, tok, "id"); in param_route_hop()
1232 if (!idtok && !channeltok) in param_route_hop()
1247 if (!idtok) { in param_route_hop()
1249 } else if (!json_to_node_id(buffer, idtok, &res->node_id)) { in param_route_hop()
1250 return command_fail_badparam(cmd, name, buffer, idtok, in param_route_hop()
H A Dplugin.c402 const jsmntok_t *idtok; in plugin_notify_handle() local
408 if (!idtok || !json_to_u64(plugin->buffer, idtok, &id)) { in plugin_notify_handle()
494 const jsmntok_t *idtok)
499 const jsmntok_t *idtok) in plugin_response_handle() argument
544 const jsmntok_t *jrtok, *idtok; in plugin_read_json_one() local
585 if (!idtok) { in plugin_read_json_one()
947 const jsmntok_t *idtok, in json_stream_forward_change_id() argument
966 const jsmntok_t *idtok, in plugin_rpcmethod_cb() argument
984 const jsmntok_t *idtok, in plugin_notify_cb() argument
1028 const jsmntok_t *idtok; in plugin_rpcmethod_dispatch() local
[all …]
H A Dplugin_hook.c103 const jsmntok_t *idtok,
152 const jsmntok_t *idtok, in plugin_hook_callback() argument
295 const jsmntok_t *idtok, in db_hook_response() argument
H A Dsignmessage.c129 const jsmntok_t *idtok UNUSED, in listnodes_done()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/test/
H A Drun-invoice-select-inchan.c415 const jsmntok_t *idtok UNNEEDED, in jsonrpc_request_start_()
420 const jsmntok_t *idtok UNNEEDED, void *) UNNEEDED, in jsonrpc_request_start_()
/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/
H A Dlibplugin-pay.c905 const jsmntok_t *idtok = json_get_member(buffer, toks, "id"); in tal_sendpay_result_from_json() local
920 idtok = json_get_member(buffer, datatok, "id"); in tal_sendpay_result_from_json()
928 if (idtok == NULL || idtok->type != JSMN_PRIMITIVE || in tal_sendpay_result_from_json()
948 json_to_u64(buffer, idtok, &result->id); in tal_sendpay_result_from_json()
H A Dlibplugin.c526 const jsmntok_t *idtok, *contenttok; in handle_rpc_reply() local
532 if (!idtok) in handle_rpc_reply()
536 if (!json_to_u64(plugin->rpc_buffer, idtok, &id)) in handle_rpc_reply()
1216 const jsmntok_t *idtok, *methtok, *paramstok; in ld_command_handle() local
1234 if (idtok) { in ld_command_handle()
1236 if (!json_to_u64(plugin->buffer, idtok, cmd->id)) in ld_command_handle()
1238 json_tok_full_len(idtok), in ld_command_handle()
1239 json_tok_full(plugin->buffer, idtok)); in ld_command_handle()
1628 if (idtok == NULL || idtok->type != JSMN_STRING || conntok == NULL || in json_to_listpeers_peer()
1635 json_to_node_id(buffer, idtok, &res->id); in json_to_listpeers_peer()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/tests/plugins/
H A Dtest_libplugin.c35 const jsmntok_t *peertok, *idtok; in json_peer_connected() local
40 idtok = json_get_member(buf, peertok, "id"); in json_peer_connected()
41 assert(idtok); in json_peer_connected()
43 json_strdup(tmpctx, buf, idtok)); in json_peer_connected()
55 const jsmntok_t *idtok = json_get_member(buf, params, "id"); in json_connected() local
56 assert(idtok); in json_connected()
58 json_strdup(tmpctx, buf, idtok)); in json_connected()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidoauth.c619 char* idtok; in zxid_oauth2_az_server_sso() local
666 idtok = zxid_sso_issue_jwt(cf, cgi, ses, &srcts, sp_meta, acsurl, &nameid, logop, &jwt_logpath); in zxid_oauth2_az_server_sso()
667 if (!idtok) { in zxid_oauth2_az_server_sso()
717 idtok, in zxid_oauth2_az_server_sso()
718 idtok, in zxid_oauth2_az_server_sso()
H A Dzxidoidc.c274 char* idtok; in zxid_oauth2_az_server_sso() local
319 idtok = zxid_sso_issue_jwt(cf, cgi, ses, &srcts, sp_meta, acsurl, &nameid, logop); in zxid_oauth2_az_server_sso()
320 if (!idtok) { in zxid_oauth2_az_server_sso()
337 idtok, in zxid_oauth2_az_server_sso()
338 idtok, in zxid_oauth2_az_server_sso()
H A Dzxiduma.c274 char* idtok; in zxid_oauth2_az_server_sso() local
319 idtok = zxid_sso_issue_jwt(cf, cgi, ses, &srcts, sp_meta, acsurl, &nameid, logop); in zxid_oauth2_az_server_sso()
320 if (!idtok) { in zxid_oauth2_az_server_sso()
337 idtok, in zxid_oauth2_az_server_sso()
338 idtok, in zxid_oauth2_az_server_sso()
/dports/sysutils/acfgfs/arcan-0.6.1/src/shmif/
H A Darcan_shmif_server.c82 int segid, int hints, size_t init_w, size_t init_h, int reqid, uint32_t idtok) in shmifsrv_send_subsegment() argument
92 cl->con, segid, hints, init_w, init_h, reqid, idtok); in shmifsrv_send_subsegment()
156 struct shmifsrv_envp env, int* clsocket, int* statuscode, uint32_t idtok) in shmifsrv_spawn_client() argument
H A Darcan_shmif_server.h115 int segid, int hints, size_t init_w, size_t init_h, int reqid, uint32_t idtok);
158 struct shmifsrv_envp env, int* clsocket, int* statuscode, uint32_t idtok);

12