Searched defs:reply_port (Results 1 – 1 of 1) sorted by relevance
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.c | 395 Dart_Port reply_port; member 544 Dart_Port reply_port = ILLEGAL_PORT; in ejd_exec() local 853 Dart_Port reply_port = msg->value.as_array.values[0]->value.as_send_port.id; in ejd_port_handler() local 944 static void ejd_open_wrapped(Dart_Port receive_port, Dart_CObject *msg, Dart_Port reply_port) { in ejd_open_wrapped() 1028 static void ejd_close_wrapped(Dart_Port receive_port, Dart_CObject *msg, Dart_Port reply_port) { in ejd_close_wrapped() 1056 static void ejd_patch_wrapped(Dart_Port receive_port, Dart_CObject *msg, Dart_Port reply_port) { in ejd_patch_wrapped() 1097 static void ejd_put_wrapped(Dart_Port receive_port, Dart_CObject *msg, Dart_Port reply_port) { in ejd_put_wrapped() 1150 static void ejd_del_wrapped(Dart_Port receive_port, Dart_CObject *msg, Dart_Port reply_port) { in ejd_del_wrapped() 1181 static void ejd_rename_wrapped(Dart_Port receive_port, Dart_CObject *msg, Dart_Port reply_port) { in ejd_rename_wrapped() 1212 static void ejd_idx_wrapped(Dart_Port receive_port, Dart_CObject *msg, Dart_Port reply_port) { in ejd_idx_wrapped() [all …]
|