Lines Matching refs:idp
105 * @param[in,out] idp Address of the IDL to shrink.
107 void mdb_midl_shrink(MDB_IDL *idp);
110 * @param[in,out] idp Address of the IDL.
114 int mdb_midl_need(MDB_IDL *idp, unsigned num);
117 * @param[in,out] idp Address of the IDL to append to.
121 int mdb_midl_append( MDB_IDL *idp, MDB_ID id );
124 * @param[in,out] idp Address of the IDL to append to.
128 int mdb_midl_append_list( MDB_IDL *idp, MDB_IDL app );
131 * @param[in,out] idp Address of the IDL to append to.
136 int mdb_midl_append_range( MDB_IDL *idp, MDB_ID id, unsigned n );