Searched refs:ret_buf (Results 1 – 2 of 2) sorted by relevance
77 char* ret_buf = static_cast<char*>( in UTF16ToCharSetDeprecated() local82 ret_buf, &required_length); in UTF16ToCharSetDeprecated()84 thunk::GetPPB_Memory_Dev_0_1_Thunk()->MemFree(ret_buf); in UTF16ToCharSetDeprecated()87 ret_buf[required_length] = 0; // Null terminate. in UTF16ToCharSetDeprecated()89 return ret_buf; in UTF16ToCharSetDeprecated()187 uint16_t* ret_buf = static_cast<uint16_t*>( in CharSetToUTF16Deprecated() local193 ret_buf, &required_length); in CharSetToUTF16Deprecated()195 thunk::GetPPB_Memory_Dev_0_1_Thunk()->MemFree(ret_buf); in CharSetToUTF16Deprecated()198 ret_buf[required_length] = 0; // Null terminate. in CharSetToUTF16Deprecated()200 return ret_buf; in CharSetToUTF16Deprecated()
5247 struct mbuf *ret_buf; local5265 ret_buf =5283 ret_buf = NULL;5288 if (ret_buf == NULL) {