Searched refs:native_udp_close_socket (Results 1 – 3 of 3) sorted by relevance
449 static duk_ret_t native_udp_close_socket(duk_context *ctx) in native_udp_close_socket() function502 AMP_ADD_FUNCTION("close", native_udp_close_socket, 1); in module_udp_register()
443 static duk_ret_t native_udp_close_socket(duk_context *ctx) in native_udp_close_socket() function496 AMP_ADD_FUNCTION("close", native_udp_close_socket, 1); in module_udp_register()
460 static JSValue native_udp_close_socket(JSContext *ctx, JSValueConst this_val, int argc, JSValueCons… in native_udp_close_socket() function505 JS_CFUNC_DEF("close", 1, native_udp_close_socket)
Completed in 11 milliseconds