Searched refs:text_length (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target.c | 3490 int text_length, padding; in iscsit_build_text_rsp() local 3493 text_length = iscsit_build_sendtargets_response(cmd, network_transport, in iscsit_build_text_rsp() 3496 if (text_length < 0) in iscsit_build_text_rsp() 3497 return text_length; in iscsit_build_text_rsp() 3503 cmd->read_data_done += text_length; in iscsit_build_text_rsp() 3508 padding = ((-text_length) & 3); in iscsit_build_text_rsp() 3509 hton24(hdr->dlength, text_length); in iscsit_build_text_rsp() 3527 cmd->targ_xfer_tag, cmd->stat_sn, text_length, conn->cid, in iscsit_build_text_rsp() 3531 return text_length + padding; in iscsit_build_text_rsp() 3540 int text_length; in iscsit_send_text_rsp() local [all …]
|
| H A D | iscsi_target_parameters.c | 43 int text_length) in iscsi_login_tx_data() argument 48 length = (ISCSI_HDR_LEN + text_length); in iscsi_login_tx_data() 54 if (text_buf && text_length) { in iscsi_login_tx_data() 55 iov[1].iov_len = text_length; in iscsi_login_tx_data()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | formats.c | 1134 size_t text_length = 100; in sox_parse_playlist() local 1135 char * text = lsx_malloc(text_length + 1); in sox_parse_playlist() 1161 if (i == text_length) in sox_parse_playlist() 1162 text = lsx_realloc(text, (text_length <<= 1) + 1); in sox_parse_playlist()
|
| H A D | sox.c | 2115 size_t text_length = 100; in read_comment_file() local 2116 char * text = lsx_malloc(text_length + 1); in read_comment_file() 2127 if (i == text_length) in read_comment_file() 2128 text = lsx_realloc(text, (text_length <<= 1) + 1); in read_comment_file()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | png.h | 577 png_size_t text_length; /* length of the text string */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | png.h | 577 png_size_t text_length; /* length of the text string */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | png.h | 577 png_size_t text_length; /* length of the text string */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | png.h | 577 png_size_t text_length; /* length of the text string */ member
|