Home
last modified time | relevance | path

Searched refs:templen (Results 1 – 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
Dcmd.cpp114 int templen; in Cbuf_InsertText() local
117 templen = cmd_text.cursize; in Cbuf_InsertText()
118 if (templen) in Cbuf_InsertText()
120 temp = (char*) Z_Malloc (templen); in Cbuf_InsertText()
121 Q_memcpy (temp, cmd_text.data, templen); in Cbuf_InsertText()
131 if (templen) in Cbuf_InsertText()
133 SZ_Write (&cmd_text, temp, templen); in Cbuf_InsertText()
/external/quake/quake/src/QW/client/
Dcmd.c113 int templen; in Cbuf_InsertText() local
116 templen = cmd_text.cursize; in Cbuf_InsertText()
117 if (templen) in Cbuf_InsertText()
119 temp = Z_Malloc (templen); in Cbuf_InsertText()
120 Q_memcpy (temp, cmd_text.data, templen); in Cbuf_InsertText()
130 if (templen) in Cbuf_InsertText()
132 SZ_Write (&cmd_text, temp, templen); in Cbuf_InsertText()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_api.c1269 INT32 templen; in SDP_GetLocalDiRecord() local
1331 templen = (INT32)((p_attr->len < SDP_MAX_ATTR_LEN) ? p_attr->len : SDP_MAX_ATTR_LEN); in SDP_GetLocalDiRecord()
1333 BE_STREAM_TO_ARRAY (p_temp, p_device_info->rec.client_executable_url, templen); in SDP_GetLocalDiRecord()
1340 templen = (INT32)((p_attr->len < SDP_MAX_ATTR_LEN) ? p_attr->len : SDP_MAX_ATTR_LEN); in SDP_GetLocalDiRecord()
1342 BE_STREAM_TO_ARRAY (p_temp, p_device_info->rec.service_description, templen); in SDP_GetLocalDiRecord()
1349 templen = (INT32)((p_attr->len < SDP_MAX_ATTR_LEN) ? p_attr->len : SDP_MAX_ATTR_LEN); in SDP_GetLocalDiRecord()
1351 BE_STREAM_TO_ARRAY (p_temp, p_device_info->rec.documentation_url, templen); in SDP_GetLocalDiRecord()