Home
last modified time | relevance | path

Searched refs:hooks (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c937 internal_hooks hooks; member
959 if (hooks == NULL || hooks->malloc_fn == NULL || hooks->free_fn == NULL) { in lite_cjson_init_hooks()
1007 if (p->hooks.reallocate != NULL) { in ensure()
1011 p->hooks.deallocate(p->buffer); in ensure()
1021 p->hooks.deallocate(p->buffer); in ensure()
1030 p->hooks.deallocate(p->buffer); in ensure()
1523 buffer->hooks = *hooks; in print()
1535 if (hooks->reallocate != NULL) { in print()
1552 hooks->deallocate(buffer->buffer); in print()
1559 hooks->deallocate(buffer->buffer); in print()
[all …]
/AliOS-Things-master/components/cjson/src/
A DcJSON.c172 if (hooks == NULL) in cJSON_InitHooks()
182 if (hooks->malloc_fn != NULL) in cJSON_InitHooks()
188 if (hooks->free_fn != NULL) in cJSON_InitHooks()
254 internal_hooks hooks; member
369 internal_hooks hooks; member
423 if (p->hooks.reallocate != NULL) in ensure()
1017 buffer.hooks = global_hooks; in cJSON_ParseWithOpts()
1099 buffer->hooks = *hooks; in print()
1113 if (hooks->reallocate != NULL) in print()
1181 p.hooks = global_hooks; in cJSON_PrintBuffered()
[all …]
/AliOS-Things-master/components/linkkit/wrappers/platform/ssl/
A DHAL_DTLS_mbedtls.c382 DLL_HAL_API int HAL_DTLSHooks_set(dtls_hooks_t *hooks) in HAL_DTLSHooks_set() argument
384 if (hooks == NULL || hooks->malloc == NULL || hooks->free == NULL) { in HAL_DTLSHooks_set()
388 g_dtls_hooks.malloc = hooks->malloc; in HAL_DTLSHooks_set()
389 g_dtls_hooks.free = hooks->free; in HAL_DTLSHooks_set()
A DHAL_TLS_mbedtls.c638 int HAL_SSLHooks_set(ssl_hooks_t *hooks) in HAL_SSLHooks_set() argument
640 if (hooks == NULL || hooks->malloc == NULL || hooks->free == NULL) { in HAL_SSLHooks_set()
644 g_ssl_hooks.malloc = hooks->malloc; in HAL_SSLHooks_set()
645 g_ssl_hooks.free = hooks->free; in HAL_SSLHooks_set()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_cjson.h87 void lite_cjson_init_hooks(lite_cjson_hooks *hooks);
/AliOS-Things-master/components/cjson/include/
A DcJSON.h144 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks);
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_api.c38 lite_cjson_hooks hooks; in iotx_dm_open() local
44 hooks.malloc_fn = dm_utils_malloc; in iotx_dm_open()
45 hooks.free_fn = dm_utils_free; in iotx_dm_open()
46 lite_cjson_init_hooks(&hooks); in iotx_dm_open()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A DPPPD_FOLLOWUP138 This is just a patch that adds plugins hooks for IPv6, the plugin interface
/AliOS-Things-master/components/SDL2/src/gfx/
A Dconfig.guess1526 # eval: (add-hook 'write-file-hooks 'time-stamp)
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dconfig.guess1526 # eval: (add-hook 'write-file-hooks 'time-stamp)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dconfig.guess1522 # eval: (add-hook 'write-file-hooks 'time-stamp)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3807 a06bbe2e add WebPISetIOHooks() to set some custom hooks on the incremental decoder object.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlibtool.m43978 # Disable hooks by default.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlibtool.m43966 # Disable hooks by default.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dlibtool.m43966 # Disable hooks by default.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Daclocal.m43980 # Disable hooks by default.
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.25367 # Disable hooks by default.

Completed in 125 milliseconds