* 创建BLOBMSG,返回数据区开始地址*/void*blobmsg_alloc_string_buffer(structblob_buf *buf,constchar*name, unsignedintmaxlen)/** * 扩大BLOGMSG,返回数据区开始地址*/void*blobmsg_realloc_string_buffer(structblob_buf *buf, unsignedintmaxlen)voidblobmsg_add_string_buffer(structblob_buf *buf) 7. 遍历...
72:void*blobmsg_alloc_string_buffer(structblob_buf *buf,constchar*name, 73:unsignedintmaxlen) 74: 75:/** 76:* 扩大BLOGMSG,返回数据区开始地址 77:*/ 78:void*blobmsg_realloc_string_buffer(structblob_buf *buf, unsignedintmaxlen) 79: 80:voidblobmsg_add_string_buffer(structblob_buf *buf) ...
72:void*blobmsg_alloc_string_buffer(structblob_buf *buf,constchar*name, 73:unsignedintmaxlen) 74: 75:/** 76:* 扩大BLOGMSG,返回数据区开始地址 77:*/ 78:void*blobmsg_realloc_string_buffer(structblob_buf *buf, unsignedintmaxlen) 79: 80:voidblobmsg_add_string_buffer(structblob_buf *buf) ...