Searched refs:ctx (Results 1 – 3 of 3) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
D | coap_service.c | 30 static void HelloHandler(coap_context_t *ctx, struct coap_resource_t *resource, coap_session_t *ses… in HelloHandler() argument 38 (void)ctx; in HelloHandler() 51 coap_context_t* ctx; in CoapServerThread() local 56 ctx = (coap_context_t*)uwParam1; in CoapServerThread() 59 coap_check_notify_lwip(ctx); in CoapServerThread()
|
D | coap_client.c | 28 static void MessageHandler(struct coap_context_t *ctx, coap_session_t *session, coap_pdu_t *sent, in MessageHandler() argument 33 (void)ctx; in MessageHandler()
|
/vendor/hisilicon/watchos/patches/ |
D | hi3516dv300.patch | 57238 spin_lock_irq(&ctx->ctx_lock); 57241 spin_unlock_irq(&ctx->ctx_lock); 57344 if (!dir_emit(ctx, fill_name, fill_len, inum, 57369 + struct fatdirall_context ctx; 57382 +static inline bool fat_dir_emit(struct fatdirall_context *ctx, 57388 + return ctx->actor(ctx, name, namelen, ctx->pos, ino, 57392 + struct fatdirall_context *ctx, 57396 + return ctx->actor(ctx, ".", 1, ctx->pos, 57401 + struct fatdirall_context *ctx, 57405 + return ctx->actor(ctx, "..", 2, ctx->pos, [all …]
|