Home | History | Annotate | Download | only in src

Lines Matching refs:pSearch

1208     SmlSearchPtr_t pSearch;
1217 if ((pSearch = (SmlSearchPtr_t)smlLibMalloc(sizeof(SmlSearch_t))) == NULL)
1219 smlLibMemset(pSearch, 0, sizeof(SmlSearch_t));
1222 pSearch->elementType = SML_PE_SEARCH;
1226 smlLibFree(pSearch);
1231 smlLibFree(pSearch);
1240 rc = buildPCData(pDecoder, (VoidPtr_t)&pSearch->cmdID);
1244 rc = buildPCData(pDecoder, (VoidPtr_t)&pSearch->lang);
1247 rc = buildPCData(pDecoder, (VoidPtr_t)&pSearch->meta);
1251 rc = buildPCData(pDecoder, (VoidPtr_t)&pSearch->data);
1258 rc = buildCred(pDecoder, (VoidPtr_t)&pSearch->cred);
1261 rc = buildTargetOrSource(pDecoder, (VoidPtr_t)&pSearch->target);
1266 pSearch->flags |= SmlNoResp_f;
1269 pSearch->flags |= SmlNoResults_f;
1274 rc = appendSourceList(pDecoder, &pSearch->sourceList);
1282 smlFreeSearch(pSearch);
1286 smlFreeSearch(pSearch);
1292 smlFreeSearch(pSearch);
1296 *ppSearch = pSearch;