Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dwb.c1246 struct CmdRec *DeserializeCmd(psz_content_type, psz_buf, buf_sz, ppsz_plain_buf, in DeserializeCmd() argument
1248 char *psz_content_type, *psz_buf, **ppsz_plain_buf; in DeserializeCmd()
1307 if (ppsz_plain_buf != NULL) {
1309 *ppsz_plain_buf = UtilStrDup(psz_buf);
1310 if (*ppsz_plain_buf == NULL) FailAllocMessage();