Lines Matching refs:ppList

748  * @param ppList A pointer to a pointer to an @ref IMA_OID_LIST.
756 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a ppList is NULL or
760 IMA_OID_LIST **ppList) {
767 if (ppList == NULL)
772 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
775 if ((*ppList) == NULL)
778 (*ppList)->oidCount = number_of_plugins;
782 (*ppList)->oids[i].objectType = IMA_OBJECT_TYPE_PLUGIN;
783 (*ppList)->oids[i].ownerId = plugintable[i].ownerId;
784 (*ppList)->oids[i].objectSequenceNumber = 0;
1361 * @param ppList A pointer to a pointer to an @ref IMA_OID_LIST structure.
1369 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a ppList is NULL or
1374 IMA_OID_LIST **ppList) {
1386 if (ppList == NULL)
1435 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
1438 if ((*ppList) == NULL) {
1442 (*ppList)->oidCount = totalIdCount;
1467 (*ppList)->oidCount);
1469 (*ppList)->oids[totalIdCount].
1473 (*ppList)->oids[totalIdCount].
1477 (*ppList)->oids[totalIdCount].
1500 free(*ppList);
1587 * @param ppList A pointer to a pointer to an @ref IMA_OID_LIST structure.
1595 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a ppList is NULL or
1601 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a ppList is NULL or
1605 IMA_OID_LIST **ppList) {
1617 if (ppList == NULL)
1666 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
1669 if ((*ppList) == NULL) {
1674 (*ppList)->oidCount = totalIdCount;
1699 (*ppList)->oidCount);
1701 (*ppList)->oids[totalIdCount].
1705 (*ppList)->oids[totalIdCount].
1709 (*ppList)->oids[totalIdCount].
1732 free(*ppList);
1843 IMA_OID_LIST **ppList) {
1855 if (ppList == NULL)
1903 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
1906 if ((*ppList) == NULL) {
1911 (*ppList)->oidCount = totalIdCount;
1936 *ppList)->oidCount);
1938 (*ppList)->oids[
1942 (*ppList)->oids[totalIdCount].
1946 (*ppList)->oids[
1971 free(*ppList);
2282 IMA_OID_LIST **ppList) {
2291 if (ppList == NULL)
2322 *ppList = (IMA_OID_LIST*)
2329 if ((*ppList) == NULL) {
2333 memcpy((*ppList),
3529 IMA_OID_LIST **ppList) {
3538 if (ppList == NULL)
3571 *ppList =
3577 if ((*ppList) == NULL) {
3581 memcpy((*ppList),
4021 IMA_OID_LIST **ppList) {
4030 if (ppList == NULL)
4063 *ppList = (IMA_OID_LIST*)
4068 if ((*ppList) == NULL) {
4073 memcpy((*ppList),
4360 IMA_OID_LIST **ppList) {
4372 if (ppList == NULL)
4421 *ppList = (IMA_OID_LIST*)calloc(1,
4424 if ((*ppList) == NULL) {
4429 (*ppList)->oidCount = totalIdCount;
4453 (*ppList)->oidCount);
4455 (*ppList)->oids[totalIdCount].
4459 (*ppList)->oids[totalIdCount].
4464 (*ppList)->oids[totalIdCount].
4487 free(*ppList);
4834 IMA_OID_LIST **ppList) {
4843 if (ppList == NULL)
4877 *ppList = (IMA_OID_LIST*)
4882 if ((*ppList) == NULL) {
4886 memcpy((*ppList),
6281 IMA_OID_LIST **ppList) {
6289 if (ppList == NULL)
6315 status = PassFunc(oid, ppList);
6612 IMA_OID_LIST **ppList) {
6625 if (ppList == NULL)
6682 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
6685 if ((*ppList) == NULL) {
6689 (*ppList)->oidCount = totalIdCount;
6715 (*ppList)->oidCount);
6718 (*ppList)->oids
6723 (*ppList)->oids[
6727 (*ppList)->oids[
6754 free(*ppList);
6767 IMA_OID_LIST **ppList) {
6780 if (ppList == NULL)
6838 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
6841 if ((*ppList) == NULL) {
6845 (*ppList)->oidCount = totalIdCount;
6871 (*ppList)->oidCount);
6875 (*ppList)->oids[
6880 (*ppList)->oids[
6884 (*ppList)->oids[
6911 free(*ppList);
6924 IMA_OID_LIST **ppList) {
6937 if (ppList == NULL)
6995 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST)
6998 if ((*ppList) == NULL) {
7002 (*ppList)->oidCount = totalIdCount;
7028 (*ppList)->oidCount);
7031 (*ppList)->
7036 (*ppList)->
7040 (*ppList)->
7067 free(*ppList);