| /kernel/linux/linux-5.10/sound/usb/line6/ |
| H A D | pcm.c | 148 struct line6_pcm_stream *pstr, int direction, int type) in line6_buffer_acquire() 156 if (!test_and_set_bit(type, &pstr->opened) && !pstr->buffer) { in line6_buffer_acquire() 157 pstr->buffer = in line6_buffer_acquire() 161 if (!pstr->buffer) in line6_buffer_acquire() 171 struct line6_pcm_stream *pstr, int type) in line6_buffer_release() 173 clear_bit(type, &pstr->opened); in line6_buffer_release() 174 if (!pstr->opened) { in line6_buffer_release() 175 line6_wait_clear_audio_urbs(line6pcm, pstr); in line6_buffer_release() 176 kfree(pstr in line6_buffer_release() 147 line6_buffer_acquire(struct snd_line6_pcm *line6pcm, struct line6_pcm_stream *pstr, int direction, int type) line6_buffer_acquire() argument 170 line6_buffer_release(struct snd_line6_pcm *line6pcm, struct line6_pcm_stream *pstr, int type) line6_buffer_release() argument 186 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); line6_stream_start() local 211 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); line6_stream_stop() local 293 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); snd_line6_pointer() local 303 struct line6_pcm_stream *pstr; line6_pcm_acquire() local 334 struct line6_pcm_stream *pstr; line6_pcm_release() local 354 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); snd_line6_hw_params() local 372 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); snd_line6_hw_free() local 589 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); snd_line6_prepare() local [all...] |
| /kernel/linux/linux-6.6/sound/usb/line6/ |
| H A D | pcm.c | 148 struct line6_pcm_stream *pstr, int direction, int type) in line6_buffer_acquire() 156 if (!test_and_set_bit(type, &pstr->opened) && !pstr->buffer) { in line6_buffer_acquire() 157 pstr->buffer = in line6_buffer_acquire() 161 if (!pstr->buffer) in line6_buffer_acquire() 171 struct line6_pcm_stream *pstr, int type) in line6_buffer_release() 173 clear_bit(type, &pstr->opened); in line6_buffer_release() 174 if (!pstr->opened) { in line6_buffer_release() 175 line6_wait_clear_audio_urbs(line6pcm, pstr); in line6_buffer_release() 176 kfree(pstr in line6_buffer_release() 147 line6_buffer_acquire(struct snd_line6_pcm *line6pcm, struct line6_pcm_stream *pstr, int direction, int type) line6_buffer_acquire() argument 170 line6_buffer_release(struct snd_line6_pcm *line6pcm, struct line6_pcm_stream *pstr, int type) line6_buffer_release() argument 186 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); line6_stream_start() local 211 struct line6_pcm_stream *pstr = get_stream(line6pcm, direction); line6_stream_stop() local 293 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); snd_line6_pointer() local 303 struct line6_pcm_stream *pstr; line6_pcm_acquire() local 334 struct line6_pcm_stream *pstr; line6_pcm_release() local 354 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); snd_line6_hw_params() local 372 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); snd_line6_hw_free() local 589 struct line6_pcm_stream *pstr = get_stream(line6pcm, substream->stream); snd_line6_prepare() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | dbghelp.h | 27 PSTR ModuleName; 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context); 49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 59 HANDLE IMAGEAPI FindDebugInfoFile(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath); 60 HANDLE IMAGEAPI FindDebugInfoFileEx(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePat [all...] |
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | data_protect_test.cpp | 25 StringPacProtect pstr("Hello World!"); in HWTEST() 26 ASSERT_STREQ(pstr.GetOriginString().c_str(), "Hello World!"); in HWTEST() 27 pstr.Append('a'); in HWTEST() 28 pstr.Append('a'); in HWTEST() 29 pstr.Append('a'); in HWTEST() 30 pstr.Append('a'); in HWTEST() 31 ASSERT_STREQ(pstr.GetOriginString().c_str(), "Hello World!aaaa"); in HWTEST() 32 pstr.Append(" QWERT"); in HWTEST() 33 ASSERT_STREQ(pstr.GetOriginString().c_str(), "Hello World!aaaa QWERT"); in HWTEST() 34 pstr in HWTEST() [all...] |
| /kernel/linux/linux-6.6/sound/core/ |
| H A D | pcm.c | 107 struct snd_pcm_str *pstr; in snd_pcm_control_ioctl() local 127 pstr = &pcm->streams[stream]; in snd_pcm_control_ioctl() 128 if (pstr->substream_count == 0) { in snd_pcm_control_ioctl() 132 if (subdevice >= pstr->substream_count) { in snd_pcm_control_ioctl() 136 for (substream = pstr->substream; substream; in snd_pcm_control_ioctl() 492 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_read() local 493 snd_iprintf(buffer, "%d\n", pstr->xrun_debug); in snd_pcm_xrun_debug_read() 499 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_write() local 502 pstr->xrun_debug = simple_strtoul(line, NULL, 10); in snd_pcm_xrun_debug_write() 506 static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_init() argument 535 snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) snd_pcm_stream_proc_done() argument 594 snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) snd_pcm_stream_proc_init() argument 595 snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) snd_pcm_stream_proc_done() argument 608 struct snd_pcm_str *pstr = dev_get_drvdata(dev); do_pcm_suspend() local 642 struct snd_pcm_str *pstr = &pcm->streams[stream]; snd_pcm_new_stream() local 816 free_chmap(struct snd_pcm_str *pstr) free_chmap() argument 826 snd_pcm_free_stream(struct snd_pcm_str * pstr) snd_pcm_free_stream() argument 891 struct snd_pcm_str * pstr; snd_pcm_attach_substream() local 1022 struct snd_pcm_str *pstr = dev_get_drvdata(dev); pcm_class_show() local [all...] |
| /kernel/linux/linux-5.10/sound/core/ |
| H A D | pcm.c | 107 struct snd_pcm_str *pstr; in snd_pcm_control_ioctl() local 127 pstr = &pcm->streams[stream]; in snd_pcm_control_ioctl() 128 if (pstr->substream_count == 0) { in snd_pcm_control_ioctl() 132 if (subdevice >= pstr->substream_count) { in snd_pcm_control_ioctl() 136 for (substream = pstr->substream; substream; in snd_pcm_control_ioctl() 490 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_read() local 491 snd_iprintf(buffer, "%d\n", pstr->xrun_debug); in snd_pcm_xrun_debug_read() 497 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_write() local 500 pstr->xrun_debug = simple_strtoul(line, NULL, 10); in snd_pcm_xrun_debug_write() 504 static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_init() argument 533 snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) snd_pcm_stream_proc_done() argument 592 snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) snd_pcm_stream_proc_init() argument 593 snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) snd_pcm_stream_proc_done() argument 606 struct snd_pcm_str *pstr = container_of(dev, struct snd_pcm_str, dev); do_pcm_suspend() local 640 struct snd_pcm_str *pstr = &pcm->streams[stream]; snd_pcm_new_stream() local 811 free_chmap(struct snd_pcm_str *pstr) free_chmap() argument 823 snd_pcm_free_stream(struct snd_pcm_str * pstr) snd_pcm_free_stream() argument 888 struct snd_pcm_str * pstr; snd_pcm_attach_substream() local 1018 struct snd_pcm_str *pstr = container_of(dev, struct snd_pcm_str, dev); show_pcm_class() local [all...] |
| /foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
| H A D | wifi_hal_crpc_chip.c | 130 char *pstr = NULL; in RpcGetIface() local 136 pstr = (char *)calloc(len, sizeof(char)); in RpcGetIface() 137 if (pstr == NULL) { in RpcGetIface() 140 if (ReadStr(context, pstr, len) != 0) { in RpcGetIface() 141 free(pstr); in RpcGetIface() 142 pstr = NULL; in RpcGetIface() 146 WifiErrorNo err = GetIface((pstr == NULL) ? ifname : pstr, &wifiIface); in RpcGetIface() 156 if (pstr != NULL) { in RpcGetIface() 157 free(pstr); in RpcGetIface() 195 char *pstr = NULL; RpcRemoveIface() local [all...] |
| /base/telephony/ril_adapter/services/vendor/src/ |
| H A D | at_network.c | 627 static int32_t MoveLeftBracket(char **pStr) in MoveLeftBracket() argument 629 if (*pStr == NULL) { in MoveLeftBracket() 630 TELEPHONY_LOGE("pStr is nullptr"); in MoveLeftBracket() 633 *pStr = strchr(*pStr, '('); in MoveLeftBracket() 634 if (*pStr == NULL) { in MoveLeftBracket() 635 TELEPHONY_LOGE("pStr is nullptr"); in MoveLeftBracket() 638 (*pStr)++; in MoveLeftBracket() 864 char *pStr = (char *)str; in ParseCellInfoGsm() local 867 TELEPHONY_LOGD("ParseCellInfoGsm %{public}s", pStr); in ParseCellInfoGsm() 901 char *pStr = (char *)str; ParseCellInfoLte() local 935 char *pStr = (char *)str; ParseCellInfoWcdma() local 966 char *pStr = (char *)str; ParseCellInfoCdma() local 1012 char *pStr = (char *)str; ParseCellInfoTdscdma() local 1058 char *pStr = (char *)str; ParseCellInfoNr() local 1087 char *pStr = (char *)str; ParseCellInfos() local 1451 char *pStr = strsep(&str, ";"); ProcessCurrentCellList() local [all...] |
| H A D | at_call.c | 123 char *pStr = (char *)str; in ReportCallStateUpdated() local 130 if (SkipATPrefix(&pStr) < 0) { in ReportCallStateUpdated() 133 if (NextInt(&pStr, &callId) < 0) { in ReportCallStateUpdated() 136 if (NextInt(&pStr, &state) < 0) { in ReportCallStateUpdated() 139 if (NextInt(&pStr, &voiceDomain) < 0) { in ReportCallStateUpdated() 151 char *pStr = (char *)str; in ReportSrvccStatusUpdate() local 156 if (SkipATPrefix(&pStr) < 0) { in ReportSrvccStatusUpdate() 159 if (err == HRIL_ERR_SUCCESS && NextInt(&pStr, &srvccStatus.status) < 0) { in ReportSrvccStatusUpdate() 172 char *pStr = (char *)str; in ReportCsChannelInfo() local 179 if (SkipATPrefix(&pStr) < in ReportCsChannelInfo() 221 char *pStr = (char *)str; ReportEmergencyNumberList() local 260 char *pStr = (char *)str; ReportCallUssdNotice() local [all...] |
| H A D | vendor_util.c | 397 char *pStr = str; in ParseReportError() local 399 if (pStr == NULL) { in ParseReportError() 403 if (!SkipATPrefix(&pStr)) { in ParseReportError() 404 NextInt(&pStr, &ret); in ParseReportError() 417 char *pStr = response->result; in GetReportErrorInfo() local 418 if (ReportStrWith(pStr, "+CME ERROR:")) { in GetReportErrorInfo() 420 } else if (ReportStrWith(pStr, "+CMS ERROR:")) { in GetReportErrorInfo() 425 ret = ParseReportError(pStr); in GetReportErrorInfo()
|
| H A D | at_data.c | 126 char *pStr = NULL; in ParsePdpCmd() local 132 pStr = str; in ParsePdpCmd() 134 if (SkipATPrefix(&pStr) < 0) { in ParsePdpCmd() 137 if (NextInt(&pStr, &outData->cid) < 0) { in ParsePdpCmd() 140 if (NextInt(&pStr, &outData->active) < 0) { in ParsePdpCmd() 145 if (SkipATPrefix(&pStr) < 0) { in ParsePdpCmd() 148 if (NextInt(&pStr, &outData->cid) < 0) { in ParsePdpCmd() 151 if (NextStr(&pStr, &outData->type) < 0) { in ParsePdpCmd() 395 char *pStr = NULL; in QueryAllSupportPDNInfos() local 410 pStr in QueryAllSupportPDNInfos() [all...] |
| /kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
| H A D | prism2mib.c | 325 * Get/set pstr data to/from a byte area. 355 struct p80211pstrd *pstr = data; in prism2mib_bytearea2pstr() local 361 prism2mgmt_bytearea2pstr(bytebuf, pstr, mib->parm2); in prism2mib_bytearea2pstr() 364 memcpy(bytebuf, pstr->data, pstr->len); in prism2mib_bytearea2pstr() 509 struct p80211pstrd *pstr = data; in prism2mib_wepdefaultkey() local 516 len = (pstr->len > 5) ? HFA384x_RID_CNFWEP128DEFAULTKEY_LEN : in prism2mib_wepdefaultkey() 519 memcpy(bytebuf, pstr->data, pstr->len); in prism2mib_wepdefaultkey() 646 struct p80211pstrd *pstr in prism2mib_priv() local 694 prism2mgmt_pstr2bytestr(struct hfa384x_bytestr *bytestr, struct p80211pstrd *pstr) prism2mgmt_pstr2bytestr() argument 716 prism2mgmt_bytestr2pstr(struct hfa384x_bytestr *bytestr, struct p80211pstrd *pstr) prism2mgmt_bytestr2pstr() argument 738 prism2mgmt_bytearea2pstr(u8 *bytearea, struct p80211pstrd *pstr, int len) prism2mgmt_bytearea2pstr() argument [all...] |
| /kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
| H A D | prism2mib.c | 346 * Get/set pstr data to/from a byte area. 376 struct p80211pstrd *pstr = data; in prism2mib_bytearea2pstr() local 382 prism2mgmt_bytearea2pstr(bytebuf, pstr, mib->parm2); in prism2mib_bytearea2pstr() 385 memcpy(bytebuf, pstr->data, pstr->len); in prism2mib_bytearea2pstr() 530 struct p80211pstrd *pstr = data; in prism2mib_wepdefaultkey() local 537 len = (pstr->len > 5) ? HFA384x_RID_CNFWEP128DEFAULTKEY_LEN : in prism2mib_wepdefaultkey() 540 memcpy(bytebuf, pstr->data, pstr->len); in prism2mib_wepdefaultkey() 667 struct p80211pstrd *pstr in prism2mib_priv() local 713 prism2mgmt_pstr2bytestr(struct hfa384x_bytestr *bytestr, struct p80211pstrd *pstr) prism2mgmt_pstr2bytestr() argument 735 prism2mgmt_bytestr2pstr(struct hfa384x_bytestr *bytestr, struct p80211pstrd *pstr) prism2mgmt_bytestr2pstr() argument 757 prism2mgmt_bytearea2pstr(u8 *bytearea, struct p80211pstrd *pstr, int len) prism2mgmt_bytearea2pstr() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/wan/lmc/ |
| H A D | lmc_debug.c | 16 char str[80], *pstr; in lmcConsoleLog() local 19 pstr = str+strlen(str); in lmcConsoleLog() 31 sprintf(pstr, "%02x ", *ucData); in lmcConsoleLog() 32 pstr+=3; in lmcConsoleLog() 36 sprintf(pstr, "\n"); in lmcConsoleLog() 39 pstr=str+strlen(str); in lmcConsoleLog() 44 sprintf(pstr, "\n"); in lmcConsoleLog()
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
| H A D | hal_btcoex.c | 1516 u8 *pstr; in hal_btcoex_GetDBG() local 1523 pstr = pStrBuf; in hal_btcoex_GetDBG() 1527 count = rtw_sprintf(pstr, leftSize, "#define DBG\t%d\n", DBG); in hal_btcoex_GetDBG() 1530 pstr += count; in hal_btcoex_GetDBG() 1533 count = rtw_sprintf(pstr, leftSize, "BTCOEX Debug Setting:\n"); in hal_btcoex_GetDBG() 1536 pstr += count; in hal_btcoex_GetDBG() 1539 count = rtw_sprintf(pstr, leftSize, in hal_btcoex_GetDBG() 1545 pstr += count; in hal_btcoex_GetDBG() 1548 count = rtw_sprintf(pstr, leftSize, "INTERFACE Debug Setting Definition:\n"); in hal_btcoex_GetDBG() 1551 pstr in hal_btcoex_GetDBG() [all...] |
| /third_party/skia/tools/ |
| H A D | win_lcid.cpp | 11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx() argument 15 bufferSize = GetLocaleInfoEx(pStr, LOCALE_SENGLANGUAGE, wcBuffer, BUFFER_SIZE); in MyFuncLocaleEx() 17 wprintf(L"Locale %s had error %d\n", pStr, GetLastError()); in MyFuncLocaleEx() 21 LCID lcid = LocaleNameToLCID(pStr, nullptr); in MyFuncLocaleEx() 30 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer); in MyFuncLocaleEx()
|
| /kernel/liteos_a/testsuites/unittest/libc/sys/smoke/ |
| H A D | sys_test_015.cpp | 39 char *pstr = NULL; in TestCase() local 41 pstr = l64a(a); in TestCase() 42 ICUNIT_GOTO_NOT_EQUAL(pstr, NULL, pstr, EXIT); in TestCase() 44 b = a64l(pstr); in TestCase()
|
| /base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
| H A D | mock_domain_so_plugin.cpp | 29 static void SetPluginString(const std::string &str, PluginString &pStr)
in SetPluginString() argument 33 pStr.data = nullptr;
in SetPluginString() 34 pStr.length = 0;
in SetPluginString() 37 pStr.data = strdup(str.c_str());
in SetPluginString() 38 if (pStr.data == nullptr) {
in SetPluginString() 40 pStr.length = 0;
in SetPluginString() 43 pStr.length = str.length();
in SetPluginString()
|
| /kernel/linux/linux-5.10/fs/crypto/ |
| H A D | hooks.c | 310 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink() local 319 pstr.name = READ_ONCE(inode->i_link); in fscrypt_get_symlink() 320 if (pstr.name) in fscrypt_get_symlink() 321 return pstr.name; in fscrypt_get_symlink() 349 err = fscrypt_fname_alloc_buffer(cstr.len, &pstr); in fscrypt_get_symlink() 353 err = fscrypt_fname_disk_to_usr(inode, 0, 0, &cstr, &pstr); in fscrypt_get_symlink() 358 if (pstr.name[0] == '\0') in fscrypt_get_symlink() 361 pstr.name[pstr.len] = '\0'; in fscrypt_get_symlink() 370 cmpxchg_release(&inode->i_link, NULL, pstr in fscrypt_get_symlink() [all...] |
| /kernel/linux/linux-6.6/fs/crypto/ |
| H A D | hooks.c | 343 struct fscrypt_str cstr, pstr; in fscrypt_get_symlink() local 352 pstr.name = READ_ONCE(inode->i_link); in fscrypt_get_symlink() 353 if (pstr.name) in fscrypt_get_symlink() 354 return pstr.name; in fscrypt_get_symlink() 382 err = fscrypt_fname_alloc_buffer(cstr.len, &pstr); in fscrypt_get_symlink() 386 err = fscrypt_fname_disk_to_usr(inode, 0, 0, &cstr, &pstr); in fscrypt_get_symlink() 391 if (pstr.name[0] == '\0') in fscrypt_get_symlink() 394 pstr.name[pstr.len] = '\0'; in fscrypt_get_symlink() 403 cmpxchg_release(&inode->i_link, NULL, pstr in fscrypt_get_symlink() [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uniset_closure.cpp | 280 const UnicodeString *pStr = (const UnicodeString *) strings->elementAt(j); in closeOverCaseInsensitive() local 282 if (scfString(*pStr, str)) { in closeOverCaseInsensitive() 283 foldSet.remove(*pStr).add(str); in closeOverCaseInsensitive() 286 str = *pStr; in closeOverCaseInsensitive() 338 const UnicodeString *pStr = (const UnicodeString *) strings->elementAt(j); in closeOverAddCaseMappings() local 339 (str = *pStr).toLower(root); in closeOverAddCaseMappings() 342 (str = *pStr).toTitle(bi, root); in closeOverAddCaseMappings() 345 (str = *pStr).toUpper(root); in closeOverAddCaseMappings() 347 (str = *pStr).foldCase(); in closeOverAddCaseMappings()
|
| /kernel/linux/linux-5.10/drivers/soc/renesas/ |
| H A D | rmobile-sysc.c | 29 #define PSTR 0x80 /* Power Status Register */ macro 60 if (__raw_readl(rmobile_pd->base + PSTR) & mask) { in rmobile_pd_power_down() 71 pr_debug("%s: Power off, 0x%08x -> PSTR = 0x%08x\n", genpd->name, mask, in rmobile_pd_power_down() 72 __raw_readl(rmobile_pd->base + PSTR)); in rmobile_pd_power_down() 83 if (__raw_readl(rmobile_pd->base + PSTR) & mask) in __rmobile_pd_power_up() 99 pr_debug("%s: Power on, 0x%08x -> PSTR = 0x%08x\n", in __rmobile_pd_power_up() 101 __raw_readl(rmobile_pd->base + PSTR)); in __rmobile_pd_power_up()
|
| /kernel/linux/linux-6.6/drivers/pmdomain/renesas/ |
| H A D | rmobile-sysc.c | 27 #define PSTR 0x80 /* Power Status Register */ macro 59 if (readl(rmobile_pd->base + PSTR) & mask) { in rmobile_pd_power_down() 66 pr_debug("%s: Power off, 0x%08x -> PSTR = 0x%08x\n", genpd->name, mask, in rmobile_pd_power_down() 67 readl(rmobile_pd->base + PSTR)); in rmobile_pd_power_down() 77 if (readl(rmobile_pd->base + PSTR) & mask) in __rmobile_pd_power_up() 86 pr_debug("%s: Power on, 0x%08x -> PSTR = 0x%08x\n", in __rmobile_pd_power_up() 88 readl(rmobile_pd->base + PSTR)); in __rmobile_pd_power_up()
|
| /third_party/node/deps/openssl/openssl/crypto/http/ |
| H A D | http_lib.c | 18 static void init_pstring(char **pstr) in init_pstring() argument 20 if (pstr != NULL) { in init_pstring() 21 *pstr = NULL; in init_pstring() 38 static void free_pstring(char **pstr) in free_pstring() argument 40 if (pstr != NULL) { in free_pstring() 41 OPENSSL_free(*pstr); in free_pstring() 42 *pstr = NULL; in free_pstring()
|
| /third_party/openssl/crypto/http/ |
| H A D | http_lib.c | 18 static void init_pstring(char **pstr) in init_pstring() argument 20 if (pstr != NULL) { in init_pstring() 21 *pstr = NULL; in init_pstring() 31 static void free_pstring(char **pstr) in free_pstring() argument 33 if (pstr != NULL) { in free_pstring() 34 OPENSSL_free(*pstr); in free_pstring() 35 *pstr = NULL; in free_pstring()
|