Lines Matching defs:ppList

749  * @param ppList A pointer to a pointer to an @ref IMA_OID_LIST.
757 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a ppList is NULL or
761 IMA_OID_LIST **ppList) {
768 if (ppList == NULL)
773 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
776 if ((*ppList) == NULL)
779 (*ppList)->oidCount = number_of_plugins;
783 (*ppList)->oids[i].objectType = IMA_OBJECT_TYPE_PLUGIN;
784 (*ppList)->oids[i].ownerId = plugintable[i].ownerId;
785 (*ppList)->oids[i].objectSequenceNumber = 0;
1368 * @param ppList A pointer to a pointer to an @ref IMA_OID_LIST structure.
1376 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a ppList is NULL or
1381 IMA_OID_LIST **ppList) {
1393 if (ppList == NULL)
1442 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
1445 if ((*ppList) == NULL) {
1449 (*ppList)->oidCount = totalIdCount;
1474 (*ppList)->oidCount);
1476 (*ppList)->oids[totalIdCount].
1480 (*ppList)->oids[totalIdCount].
1484 (*ppList)->oids[totalIdCount].
1507 free(*ppList);
1594 * @param ppList A pointer to a pointer to an @ref IMA_OID_LIST structure.
1602 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a ppList is NULL or
1608 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a ppList is NULL or
1612 IMA_OID_LIST **ppList) {
1624 if (ppList == NULL)
1673 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
1676 if ((*ppList) == NULL) {
1681 (*ppList)->oidCount = totalIdCount;
1706 (*ppList)->oidCount);
1708 (*ppList)->oids[totalIdCount].
1712 (*ppList)->oids[totalIdCount].
1716 (*ppList)->oids[totalIdCount].
1739 free(*ppList);
1850 IMA_OID_LIST **ppList) {
1862 if (ppList == NULL)
1910 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
1913 if ((*ppList) == NULL) {
1918 (*ppList)->oidCount = totalIdCount;
1943 *ppList)->oidCount);
1945 (*ppList)->oids[
1949 (*ppList)->oids[totalIdCount].
1953 (*ppList)->oids[
1978 free(*ppList);
2289 IMA_OID_LIST **ppList) {
2298 if (ppList == NULL)
2329 *ppList = (IMA_OID_LIST*)
2336 if ((*ppList) == NULL) {
2340 memcpy((*ppList),
3536 IMA_OID_LIST **ppList) {
3545 if (ppList == NULL)
3578 *ppList =
3584 if ((*ppList) == NULL) {
3588 memcpy((*ppList),
4028 IMA_OID_LIST **ppList) {
4037 if (ppList == NULL)
4070 *ppList = (IMA_OID_LIST*)
4075 if ((*ppList) == NULL) {
4080 memcpy((*ppList),
4367 IMA_OID_LIST **ppList) {
4379 if (ppList == NULL)
4428 *ppList = (IMA_OID_LIST*)calloc(1,
4431 if ((*ppList) == NULL) {
4436 (*ppList)->oidCount = totalIdCount;
4460 (*ppList)->oidCount);
4462 (*ppList)->oids[totalIdCount].
4466 (*ppList)->oids[totalIdCount].
4471 (*ppList)->oids[totalIdCount].
4494 free(*ppList);
4841 IMA_OID_LIST **ppList) {
4850 if (ppList == NULL)
4884 *ppList = (IMA_OID_LIST*)
4889 if ((*ppList) == NULL) {
4893 memcpy((*ppList),
6288 IMA_OID_LIST **ppList) {
6296 if (ppList == NULL)
6322 status = PassFunc(oid, ppList);
6619 IMA_OID_LIST **ppList) {
6632 if (ppList == NULL)
6689 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
6692 if ((*ppList) == NULL) {
6696 (*ppList)->oidCount = totalIdCount;
6722 (*ppList)->oidCount);
6725 (*ppList)->oids
6730 (*ppList)->oids[
6734 (*ppList)->oids[
6761 free(*ppList);
6774 IMA_OID_LIST **ppList) {
6787 if (ppList == NULL)
6845 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST) +
6848 if ((*ppList) == NULL) {
6852 (*ppList)->oidCount = totalIdCount;
6878 (*ppList)->oidCount);
6882 (*ppList)->oids[
6887 (*ppList)->oids[
6891 (*ppList)->oids[
6918 free(*ppList);
6931 IMA_OID_LIST **ppList) {
6944 if (ppList == NULL)
7002 *ppList = (IMA_OID_LIST*)calloc(1, sizeof (IMA_OID_LIST)
7005 if ((*ppList) == NULL) {
7009 (*ppList)->oidCount = totalIdCount;
7035 (*ppList)->oidCount);
7038 (*ppList)->
7043 (*ppList)->
7047 (*ppList)->
7074 free(*ppList);