jaylink_error::JAYLINK_ERR_MALLOC is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDjaylink_error::JAYLINK_ERR_MALLOC

jaylink_error::JAYLINK_ERR_MALLOC

Memory allocation error.

Syntax

JAYLINK_ERR_MALLOC = -3;

References

LocationReferrerText
libjaylink.h:52
JAYLINK_ERR_MALLOC = -3,
core.c:105jaylink_init()
return JAYLINK_ERR_MALLOC;
device.c:153jaylink_get_devices()
return JAYLINK_ERR_MALLOC;
device.c:620jaylink_open()
return JAYLINK_ERR_MALLOC;
device.c:758jaylink_get_firmware_version()
return JAYLINK_ERR_MALLOC;
error.c:49jaylink_strerror()
case JAYLINK_ERR_MALLOC:
error.c:95jaylink_strerror_name()
case JAYLINK_ERR_MALLOC:
transport_tcp.c:88initialize_handle()
return JAYLINK_ERR_MALLOC;
transport_tcp.c:513transport_tcp_write()
return JAYLINK_ERR_MALLOC;
transport_usb.c:135initialize_handle()
return JAYLINK_ERR_MALLOC;
transport_usb.c:466transport_usb_write()
return JAYLINK_ERR_MALLOC;

Data Use

Functions using jaylink_error::JAYLINK_ERR_MALLOC
jaylink_error::JAYLINK_ERR_MALLOC
jaylink_init()
jaylink_get_devices()
jaylink_open()
jaylink_get_firmware_version()
jaylink_strerror()
all items filtered out