Home
last modified time | relevance | path

Searched refs:local_error (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dxfrm4_state.c18 .local_error = xfrm4_local_error,
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dxfrm6_state.c22 .local_error = xfrm6_local_error,
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c1146 error local_error; in cJSON_ParseWithLengthOpts() local
1147 local_error.json = (const unsigned char*)value; in cJSON_ParseWithLengthOpts()
1148 local_error.position = 0; in cJSON_ParseWithLengthOpts()
1152 local_error.position = buffer.offset; in cJSON_ParseWithLengthOpts()
1156 local_error.position = buffer.length - 1; in cJSON_ParseWithLengthOpts()
1161 *return_parse_end = (const char*)local_error.json + local_error.position; in cJSON_ParseWithLengthOpts()
1164 global_error = local_error; in cJSON_ParseWithLengthOpts()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp1155 error local_error; in cJSON_ParseWithLengthOpts() local
1156 local_error.json = (const unsigned char*)value; in cJSON_ParseWithLengthOpts()
1157 local_error.position = 0; in cJSON_ParseWithLengthOpts()
1161 local_error.position = buffer.offset; in cJSON_ParseWithLengthOpts()
1165 local_error.position = buffer.length - 1; in cJSON_ParseWithLengthOpts()
1170 *return_parse_end = (const char*)local_error.json + local_error.position; in cJSON_ParseWithLengthOpts()
1173 global_error = local_error; in cJSON_ParseWithLengthOpts()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_output.c766 afinfo->local_error(skb, mtu); in xfrm_local_error()
/OK3568_Linux_fs/kernel/include/net/
H A Dxfrm.h368 void (*local_error)(struct sk_buff *skb, u32 mtu); member