HomeSort by relevance Sort by last modified time
    Searched full:oscl_strlen (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/opencore/pvmi/pvmf/src/
pvmi_kvp_util.cpp 348 uint32 keylen = oscl_strlen(aKeyTypeString) + 1; // for key string and ";"
349 keylen += oscl_strlen(PVMI_KVPVALTYPE_STRING_CONSTCHAR); // for "valtype="
350 keylen += oscl_strlen(PVMI_KVPVALTYPE_WCHARPTR_STRING_CONSTCHAR) + 1; // for "wchar*" and NULL terminator
353 keylen += oscl_strlen(aMiscKeyParam);
379 oscl_strncpy(aKeyVal.key, aKeyTypeString, oscl_strlen(aKeyTypeString) + 1);
380 oscl_strncat(aKeyVal.key, PVMI_KVP_SEMICOLON_STRING_CONSTCHAR, oscl_strlen(PVMI_KVP_SEMICOLON_STRING_CONSTCHAR));
381 oscl_strncat(aKeyVal.key, PVMI_KVPVALTYPE_STRING_CONSTCHAR, oscl_strlen(PVMI_KVPVALTYPE_STRING_CONSTCHAR));
382 oscl_strncat(aKeyVal.key, PVMI_KVPVALTYPE_WCHARPTR_STRING_CONSTCHAR, oscl_strlen(PVMI_KVPVALTYPE_WCHARPTR_STRING_CONSTCHAR));
385 oscl_strncat(aKeyVal.key, aMiscKeyParam, oscl_strlen(aMiscKeyParam));
419 uint32 keylen = oscl_strlen(aKeyTypeString) + 1; // for key string and ";
    [all...]
  /external/opencore/protocols/sdp/parser/src/
amrmediainfoparser.cpp 97 if ((!oscl_strncmp(line_start_ptr, "a=alt:", oscl_strlen("a=alt:"))) && (alt_def_id == false))
99 line_start_ptr += oscl_strlen("a=alt:");
103 if (!oscl_strncmp(line_start_ptr, "a=lang:", oscl_strlen("a=lang:")))
105 sptr = line_start_ptr + oscl_strlen("a=lang:");
119 if (!oscl_strncmp(line_start_ptr, "a=maxptime:", oscl_strlen("a=maxptime:")))
121 sptr = line_start_ptr + oscl_strlen("a=maxptime:");
134 if (!oscl_strncmp(line_start_ptr, "a=fmtp:", oscl_strlen("a=fmtp:")))
140 tmp_start_line = line_start_ptr + oscl_strlen("a=fmtp:");
196 if (!oscl_strncmp(temp, "maxptime=", oscl_strlen("maxptime=")))
198 temp += oscl_strlen("maxptime=")
    [all...]
h264mediainfoparser.cpp 108 oscl_strlen("a=alt:"))) &&
111 line_start_ptr += oscl_strlen("a=alt:");
117 oscl_strlen("a=fmtp:")))
122 tmp_start_line = line_start_ptr + oscl_strlen("a=fmtp:");
187 oscl_strlen("profile-level-id=")))
189 temp += oscl_strlen("profile-level-id=");
208 oscl_strlen("max-mbps=")))
210 temp += oscl_strlen("max-mbps=");
228 oscl_strlen("max-fs=")))
230 temp += oscl_strlen("max-fs=")
    [all...]
rfc3640mediainfoparser.cpp 44 if ((!oscl_strncmp(line_start_ptr, "a=alt:", oscl_strlen("a=alt:"))) && (alt_def_id == false))
46 line_start_ptr += oscl_strlen("a=alt:");
50 if (!oscl_strncmp(line_start_ptr, "a=fmtp:", oscl_strlen("a=fmtp:")))
55 tmp_start_line = (char *)line_start_ptr + oscl_strlen("a=fmtp:");
83 if (!oscl_strncmp(temp, "config=", oscl_strlen("config=")))
86 temp += oscl_strlen("config=");
100 if (!oscl_CIstrncmp(temp, "streamtype=", oscl_strlen("streamtype=")))
102 temp += oscl_strlen("streamtype=");
118 if (!oscl_strncmp(temp, "mode=", oscl_strlen("mode=")))
120 temp += oscl_strlen("mode=")
    [all...]
sdp_parsing_utils.cpp 167 oscl_strlen("Initial_Buffering_Duration")))
170 sptr = sptr + oscl_strlen("Initial_Buffering_Duration");
173 oscl_strlen("Rebuffering_Duration")))
176 sptr = sptr + oscl_strlen("Rebuffering_Duration");
179 oscl_strlen("Corruption_Duration")))
182 sptr = sptr + oscl_strlen("Corruption_Duration");
185 oscl_strlen("Succssive_Loss")))
188 sptr = sptr + oscl_strlen("Succssive_Loss");
191 oscl_strlen("Framerate_Deviation")))
194 sptr = sptr + oscl_strlen("Framerate_Deviation")
    [all...]
aacmediainfoparser.cpp 41 if ((!oscl_strncmp(line_start_ptr, "a=alt:", oscl_strlen("a=alt:"))) && (alt_def_id == false))
43 line_start_ptr += oscl_strlen("a=alt:");
48 if (!oscl_strncmp(line_start_ptr, "a=fmtp:", oscl_strlen("a=fmtp:")))
55 tmp_start_line = line_start_ptr + oscl_strlen("a=fmtp:");
84 if (!oscl_strncmp(temp, "config=", oscl_strlen("config=")))
87 temp += oscl_strlen("config=");
177 if ((!oscl_strncmp(line_start_ptr, "a=alt:", oscl_strlen("a=alt:"))) && (alt_def_id == false))
179 line_start_ptr += oscl_strlen("a=alt:");
183 if (!oscl_strncmp(line_start_ptr, "a=lang:", oscl_strlen("a=lang:")))
185 sptr = line_start_ptr + oscl_strlen("a=lang:")
    [all...]
evrcmediainfoparser.cpp 89 if ((!oscl_strncmp(line_start_ptr, "a=alt:", oscl_strlen("a=alt:"))) && (alt_def_id == false))
91 line_start_ptr += oscl_strlen("a=alt:");
95 if (!oscl_strncmp(line_start_ptr, "a=lang:", oscl_strlen("a=lang:")))
97 sptr = line_start_ptr + oscl_strlen("a=lang:");
109 if (!oscl_strncmp(line_start_ptr, "a=fmtp:", oscl_strlen("a=fmtp:")))
114 tmp_start_line = line_start_ptr + oscl_strlen("a=fmtp:");
170 if (!oscl_strncmp(temp, "maxframes=", oscl_strlen("maxframes=")))
172 temp += oscl_strlen("maxframes=");
183 if (!oscl_strncmp(temp, "maxbundles=", oscl_strlen("maxbundles=")))
185 temp += oscl_strlen("maxbundles=")
    [all...]
m4vmediainfoparser.cpp 38 if ((!oscl_strncmp(line_start_ptr, "a=alt:", oscl_strlen("a=alt:"))) && (alt_def_id == false))
40 line_start_ptr += oscl_strlen("a=alt:");
44 if (!oscl_strncmp(line_start_ptr, "a=fmtp:", oscl_strlen("a=fmtp:")))
49 tmp_start_line = (char *)line_start_ptr + oscl_strlen("a=fmtp:");
77 if (!oscl_strncmp(temp, "config=", oscl_strlen("config=")))
80 temp += oscl_strlen("config=");
179 if ((!oscl_strncmp(line_start_ptr, "a=alt:", oscl_strlen("a=alt:"))) && (alt_def_id == false))
181 line_start_ptr += oscl_strlen("a=alt:");
185 if (!oscl_strncmp(line_start_ptr, "a=framerate:", oscl_strlen("a=framerate:")))
187 sptr = line_start_ptr + oscl_strlen("a=framerate:")
    [all...]
h263mediainfoparser.cpp 90 if ((!oscl_strncmp(line_start_ptr, "a=alt:", oscl_strlen("a=alt:"))) && (alt_def_id == false))
92 line_start_ptr += oscl_strlen("a=alt:");
96 if (!oscl_strncmp(line_start_ptr, "a=fmtp:", oscl_strlen("a=fmtp:")))
102 tmp_start_line = line_start_ptr + oscl_strlen("a=fmtp:");
158 if (!oscl_strncmp(temp, "profile=", oscl_strlen("profile=")))
160 temp += oscl_strlen("profile=");
171 if (!oscl_strncmp(temp, "level=", oscl_strlen("level=")))
173 temp += oscl_strlen("level=");
184 if (!oscl_strncmp(temp, "framesize=", oscl_strlen("framesize=")))
187 temp += oscl_strlen("framesize=")
    [all...]
sdp_info.cpp 76 if (!oscl_strncmp(mimeType, "AAC", oscl_strlen("AAC")) || !oscl_strncmp(mimeType, "MP4A-LATM", oscl_strlen("MP4A-LATM")))
84 else if (!oscl_strncmp(mimeType, "AMR", oscl_strlen("AMR")))
92 else if (!oscl_strncmp(mimeType, "MP4V-ES", oscl_strlen("MP4V-ES")))
100 else if (!oscl_strncmp(mimeType, "H263-1998", oscl_strlen("H263-1998")) || !oscl_strncmp(mimeType, "H263-2000", oscl_strlen("H263-2000")))
108 else if (!oscl_strncmp(mimeType, "PVMP4V-ES", oscl_strlen("PVMP4V-ES")))
116 else if (!oscl_strncmp(mimeType, "mpeg4-generic", oscl_strlen("mpeg4-generic")))
124 else if (!oscl_strncmp(mimeType, "X-MP4V-IMAGE", oscl_strlen("X-MP4V-IMAGE")))
133 else if (!oscl_strncmp(mimeType, "x-pn-realaudio", oscl_strlen("x-pn-realaudio")) || !oscl_strncmp(mimeType, "x-pn-realvideo", oscl_strlen("x-pn-realvideo"))
    [all...]
basemediainfoparser.cpp 64 ((!alt_def_id) && !oscl_strncmp(line_start_ptr, "a=alt:", oscl_strlen("a=alt:"))))
66 if (!alt_def_id && !oscl_strncmp(line_start_ptr, "a=alt:", oscl_strlen("a=alt:")))
68 line_start_ptr += oscl_strlen("a=alt:");
287 if (!oscl_strncmp(line_start_ptr, "a=rtpmap:", oscl_strlen("a=rtpmap:")))
290 sptr1 = line_start_ptr + oscl_strlen("a=rtpmap:");
372 tempBufLen = oscl_strlen(mediaStr->getType()) + (tmp_end_ptr - sptr1) + 2;
381 oscl_strncpy(tmpBuf, mediaStr->getType(), (oscl_strlen(mediaStr->getType()) + 1));
388 memFrag.len = oscl_strlen(tmpBuf);
451 if (!oscl_strncmp(line_start_ptr, "a=control:", oscl_strlen("a=control:")))
453 sptr1 = line_start_ptr + oscl_strlen("a=control:")
    [all...]
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_utils.cpp 37 int len = oscl_strlen(baseURL);
45 if (completeURLLen <= (len + oscl_strlen(relativeURL)))
50 oscl_strncpy(completeURL, copyOfBaseURL, (oscl_strlen(copyOfBaseURL) + 1));
52 completeURLLen = oscl_strlen(completeURL);
57 oscl_strncpy(copyOfBaseURL, baseURL, (oscl_strlen(baseURL) + 1));
58 if (completeURLLen <= (oscl_strlen(copyOfBaseURL) + oscl_strlen(relativeURL)))
63 oscl_strncpy(completeURL, copyOfBaseURL, (oscl_strlen(copyOfBaseURL) + 1));
65 completeURLLen = oscl_strlen(completeURL);
71 if (completeURLLen > (oscl_strlen(RTSP) + oscl_strlen(relativeURL))
    [all...]
  /external/opencore/fileformats/mp3/parser/src/
imp3ff.cpp 202 OSCL_HeapString<OsclMemAllocator> keystr((const char *)((*id3Frames[p]).key), oscl_strlen((const char *)((*id3Frames[p]).key)));
761 KeyVal.key = (char*) AllocateKVPKeyArray(leavecode, PVMI_KVPVALTYPE_CHARPTR, oscl_strlen(key) + 1);
769 oscl_strncpy(KeyVal.key , key, oscl_strlen(key) + 1);
850 KeyLen = oscl_strlen(PVMP3METADATA_DURATION_KEY) + 1; // for "duration;"
851 KeyLen += oscl_strlen(PVMI_KVPVALTYPE_STRING_CONSTCHAR); // for "valtype="
852 KeyLen += oscl_strlen(PVMI_KVPVALTYPE_UINT32_STRING_CONSTCHAR) + 1; // for "uint32;"
853 KeyLen += oscl_strlen(PVMP3METADATA_TIMESCALE1000) + 1; // for "timescale=1000" and NULL terminator
861 oscl_strncpy(KeyVal.key, PVMP3METADATA_DURATION_KEY, oscl_strlen(PVMP3METADATA_DURATION_KEY) + 1);
862 oscl_strncat(KeyVal.key, PVMP3METADATA_SEMICOLON, oscl_strlen(PVMP3METADATA_SEMICOLON));
863 oscl_strncat(KeyVal.key, PVMI_KVPVALTYPE_STRING_CONSTCHAR, oscl_strlen(PVMI_KVPVALTYPE_STRING_CONSTCHAR))
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_dir_utils.cpp 65 if (0 == oscl_UTF8ToUnicode(convpathname, oscl_strlen(convpathname), path, size) && oscl_strlen(convpathname) != 0)
77 if (0 == oscl_UnicodeToUTF8(path, oscl_strlen(path), convpathname, OSCL_IO_FILENAME_MAXLEN) && oscl_strlen(path) != 0)
120 if (0 == oscl_UnicodeToUTF8(path, oscl_strlen(path), convpathname, OSCL_IO_FILENAME_MAXLEN) &&
121 oscl_strlen(path) != 0
134 if (0 == oscl_UnicodeToUTF8(path, oscl_strlen(path), convpathname, OSCL_IO_FILENAME_MAXLEN) &&
135 oscl_strlen(path) != 0)
172 if (0 == oscl_UnicodeToUTF8(path, oscl_strlen(path), convpathname, OSCL_IO_FILENAME_MAXLEN) &&
173 oscl_strlen(path) != 0
    [all...]
oscl_file_find.cpp 133 if (oscl_strlen(directory) > 0)
213 char* convpattern = (char*) OSCL_MALLOC(oscl_strlen(pattern) + 1);
214 char* convdir = (char*) OSCL_MALLOC(oscl_strlen(directory) + 1);
224 if ((0 == oscl_UnicodeToUTF8(directory, oscl_strlen(directory), convdir, oscl_strlen(directory) + 1)
225 && oscl_strlen(directory))
226 || (0 == oscl_UnicodeToUTF8(pattern, oscl_strlen(pattern), convpattern, oscl_strlen(pattern) + 1)
227 && oscl_strlen(pattern)))
240 int32 err = oscl_UTF8ToUnicode(retval, oscl_strlen(retval), buf, buflen)
    [all...]
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset1.h 99 if (oscl_strlen(aInputFileNameAudio) != 0)
102 oscl_UTF8ToUnicode(aInputFileNameAudio, oscl_strlen(aInputFileNameAudio), output1, ARRAY_SIZE);
103 iInputFileNameAudio.set(output1, oscl_strlen(output1));
106 if (oscl_strlen(aInputFileNameVideo) != 0)
109 oscl_UTF8ToUnicode(aInputFileNameVideo, oscl_strlen(aInputFileNameVideo), output2, ARRAY_SIZE);
110 iInputFileNameVideo.set(output2, oscl_strlen(output2));
113 if (oscl_strlen(aInputFileNameText) != 0)
116 oscl_UTF8ToUnicode(aInputFileNameText, oscl_strlen(aInputFileNameText), output3, ARRAY_SIZE);
117 iInputFileNameText.set(output3, oscl_strlen(output3));
120 if (oscl_strlen(aOutputFileName) != 0
    [all...]
test_pv_author_engine_testset4.h 99 if (oscl_strlen(aInputFileNameAudio) != 0)
102 oscl_UTF8ToUnicode(aInputFileNameAudio, oscl_strlen(aInputFileNameAudio), output1, ARRAY_SIZE);
103 iInputFileNameAudio.set(output1, oscl_strlen(output1));
106 if (oscl_strlen(aInputFileNameVideo) != 0)
109 oscl_UTF8ToUnicode(aInputFileNameVideo, oscl_strlen(aInputFileNameVideo), output2, ARRAY_SIZE);
110 iInputFileNameVideo.set(output2, oscl_strlen(output2));
113 if (oscl_strlen(aOutputFileName) != 0)
116 oscl_UTF8ToUnicode(aOutputFileName, oscl_strlen(aOutputFileName), output3, ARRAY_SIZE);
117 iOutputFileName.set(output3, oscl_strlen(output3));
120 if (oscl_strlen(aInputFileNameText) != 0
    [all...]
test_pv_author_engine_testset6.h 56 if (oscl_strlen(aMediaParam.iIPFileInfo.get_cstr()) != 0)
59 oscl_UTF8ToUnicode(aMediaParam.iIPFileInfo.get_cstr(), oscl_strlen(aMediaParam.iIPFileInfo.get_cstr()), output2, ARRAY_SIZE);
60 iInputFileName.set(output2, oscl_strlen(output2));
64 if (oscl_strlen(aMediaParam.iOPFileInfo.get_cstr()) != 0)
67 oscl_UTF8ToUnicode(aMediaParam.iOPFileInfo.get_cstr(), oscl_strlen(aMediaParam.iOPFileInfo.get_cstr()), output1, ARRAY_SIZE);
68 iOutputFileName.set(output1, oscl_strlen(output1));
test_pv_author_engine_testset7.h 57 if (oscl_strlen(aMediaParam.iIPFileInfo.get_cstr()) != 0)
60 oscl_UTF8ToUnicode(aMediaParam.iIPFileInfo.get_cstr(), oscl_strlen(aMediaParam.iIPFileInfo.get_cstr()), output2, ARRAY_SIZE);
61 iInputFileName.set(output2, oscl_strlen(output2));
65 if (oscl_strlen(aMediaParam.iOPFileInfo.get_cstr()) != 0)
68 oscl_UTF8ToUnicode(aMediaParam.iOPFileInfo.get_cstr(), oscl_strlen(aMediaParam.iOPFileInfo.get_cstr()), output1, ARRAY_SIZE);
69 iOutputFileName.set(output1, oscl_strlen(output1));
test_pv_author_engine_testset8.h 57 if (oscl_strlen(aMediaParam.iIPFileInfo.get_cstr()) != 0)
60 oscl_UTF8ToUnicode(aMediaParam.iIPFileInfo.get_cstr(), oscl_strlen(aMediaParam.iIPFileInfo.get_cstr()), output2, ARRAY_SIZE);
61 iInputFileName.set(output2, oscl_strlen(output2));
65 if (oscl_strlen(aMediaParam.iOPFileInfo.get_cstr()) != 0)
68 oscl_UTF8ToUnicode(aMediaParam.iOPFileInfo.get_cstr(), oscl_strlen(aMediaParam.iOPFileInfo.get_cstr()), output1, ARRAY_SIZE);
69 iOutputFileName.set(output1, oscl_strlen(output1));
test_pv_author_engine_testset5.h 74 if (oscl_strlen(aMediaParam.iIPFileInfo.get_cstr()) != 0)
77 oscl_UTF8ToUnicode(aMediaParam.iIPFileInfo.get_cstr(), oscl_strlen(aMediaParam.iIPFileInfo.get_cstr()), output2, ARRAY_SIZE);
78 iInputFileName.set(output2, oscl_strlen(output2));
82 if (oscl_strlen(aMediaParam.iOPFileInfo.get_cstr()) != 0)
85 oscl_UTF8ToUnicode(aMediaParam.iOPFileInfo.get_cstr(), oscl_strlen(aMediaParam.iOPFileInfo.get_cstr()), output1, ARRAY_SIZE);
86 iOutputFileName.set(output1, oscl_strlen(output1));
  /external/opencore/engines/adapters/player/framemetadatautility/test/src/
test_pv_frame_metadata_utility_testset1.cpp 141 oscl_UTF8ToUnicode(iFileName, oscl_strlen(iFileName), iTempWCharBuf, 512);
142 wFileName.set(iTempWCharBuf, oscl_strlen(iTempWCharBuf));
371 iMetadataFile.Write(iTextOutputBuf, sizeof(char), oscl_strlen(iTextOutputBuf));
463 iMetadataFile.Write(iTextOutputBuf, sizeof(char), oscl_strlen(iTextOutputBuf));
468 iMetadataFile.Write(iTextOutputBuf, sizeof(char), oscl_strlen(iTextOutputBuf));
472 iMetadataFile.Write(iTextOutputBuf, sizeof(char), oscl_strlen(iTextOutputBuf));
478 iMetadataFile.Write(iTextOutputBuf, sizeof(char), oscl_strlen(iTextOutputBuf));
484 iMetadataFile.Write(iTextOutputBuf, sizeof(char), oscl_strlen(iTextOutputBuf));
492 oscl_strlen(iMetadataValueList[i].value.pWChar_value), tmpstr, 65);
495 iMetadataFile.Write(iTextOutputBuf, sizeof(char), oscl_strlen(iTextOutputBuf))
    [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node_cap_config.cpp 214 oscl_strncat(aParameters[j].key, MP4ParserNodeConfig_Net_Keys[j].iString, oscl_strlen(MP4ParserNodeConfig_Net_Keys[j].iString));
219 oscl_strncat(aParameters[j].key, _STRLIT_CHAR(PVMI_KVPTYPE_AGGREGATE_STRING), oscl_strlen(PVMI_KVPTYPE_AGGREGATE_STRING));
223 oscl_strncat(aParameters[j].key, _STRLIT_CHAR(PVMI_KVPTYPE_POINTER_STRING), oscl_strlen(PVMI_KVPTYPE_POINTER_STRING));
228 oscl_strncat(aParameters[j].key, _STRLIT_CHAR(PVMI_KVPTYPE_VALUE_STRING), oscl_strlen(PVMI_KVPTYPE_VALUE_STRING));
235 oscl_strncat(aParameters[j].key, _STRLIT_CHAR(PVMI_KVPVALTYPE_RANGE_INT32_STRING), oscl_strlen(PVMI_KVPVALTYPE_RANGE_INT32_STRING));
239 oscl_strncat(aParameters[j].key, _STRLIT_CHAR(PVMI_KVPVALTYPE_KSV_STRING), oscl_strlen(PVMI_KVPVALTYPE_KSV_STRING));
243 oscl_strncat(aParameters[j].key, _STRLIT_CHAR(PVMI_KVPVALTYPE_CHARPTR_STRING), oscl_strlen(PVMI_KVPVALTYPE_CHARPTR_STRING));
247 oscl_strncat(aParameters[j].key, _STRLIT_CHAR(PVMI_KVPVALTYPE_BOOL_STRING), oscl_strlen(PVMI_KVPVALTYPE_BOOL_STRING));
252 oscl_strncat(aParameters[j].key, _STRLIT_CHAR(PVMI_KVPVALTYPE_UINT32_STRING), oscl_strlen(PVMI_KVPVALTYPE_UINT32_STRING));
766 oscl_strlen(MP4ParserNodeConfig_FileIO_Keys[aIndex].iString))
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_stdstring.cpp 22 OSCL_EXPORT_REF uint32 oscl_strlen(const char* str) function
27 OSCL_EXPORT_REF uint32 oscl_strlen(const oscl_wchar* str) function
103 oscl_wchar* tmp = dest + oscl_strlen(dest);
300 uint32 size = oscl_strlen(str1);
301 uint32 size2 = oscl_strlen(str2);
318 uint32 size = oscl_strlen(str1);
319 uint32 size2 = oscl_strlen(str2);
341 oscl_wchar* tmp = dest + oscl_strlen(dest);
  /external/opencore/baselibs/pv_mime_utils/src/
pv_mime_string_utils.cpp 23 return oscl_strncpy(str1, str2, oscl_strlen(str2) + 1);
47 oscl_strncat(newstring, (char *)";", oscl_strlen(";"));
48 oscl_strncat(newstring, string, oscl_strlen(string));
68 oscl_strncat(newstring, (char *)"/", oscl_strlen("/"));
69 oscl_strncat(newstring, string, oscl_strlen(string));
78 oscl_strncat((newstring), (char *)"/", oscl_strlen("/"));
79 oscl_strncat(newstring, string, oscl_strlen(string));
80 oscl_strncat(newstring, (mimestring + i), oscl_strlen(mimestring + i));
95 char *tempcomp = OSCL_ARRAY_NEW(char, oscl_strlen(mimestring));
115 return (oscl_strlen(stringaddr))
    [all...]

Completed in 1081 milliseconds

1 2 3 4 5 6