Lines Matching refs:ppSequence

682 	uno_Sequence ** ppSequence,  in ireallocSequence()  argument
688 uno_Sequence * pSeq = *ppSequence; in ireallocSequence()
731 *ppSequence = pNew; in ireallocSequence()
740 ppSequence, pElementType, in ireallocSequence()
751 *ppSequence = reallocSeq( pSeq, nElementSize, nSize ); in ireallocSequence()
752 OSL_ASSERT( *ppSequence != 0 ); in ireallocSequence()
753 ret = (*ppSequence != 0); in ireallocSequence()
767 uno_Sequence ** ppSequence, typelib_TypeDescriptionReference * pType, in uno_type_sequence_construct() argument
781 *ppSequence = 0; in uno_type_sequence_construct()
785 ppSequence, pElementType, in uno_type_sequence_construct()
792 ppSequence, pElements, pElementType, in uno_type_sequence_construct()
801 *ppSequence = createEmptySequence(); in uno_type_sequence_construct()
805 OSL_ASSERT( (*ppSequence != 0) == ret ); in uno_type_sequence_construct()
811 uno_Sequence ** ppSequence, typelib_TypeDescription * pTypeDescr, in uno_sequence_construct() argument
822 *ppSequence = 0; in uno_sequence_construct()
826 ppSequence, pElementType, in uno_sequence_construct()
833 ppSequence, pElements, pElementType, in uno_sequence_construct()
840 *ppSequence = createEmptySequence(); in uno_sequence_construct()
844 OSL_ASSERT( (*ppSequence != 0) == ret ); in uno_sequence_construct()
850 uno_Sequence ** ppSequence, typelib_TypeDescriptionReference * pType, in uno_type_sequence_realloc() argument
854 OSL_ENSURE( ppSequence, "### null ptr!" ); in uno_type_sequence_realloc()
858 if (nSize != (*ppSequence)->nElements) in uno_type_sequence_realloc()
863 ppSequence, ((typelib_IndirectTypeDescription *)pTypeDescr)->pType, in uno_type_sequence_realloc()
872 uno_Sequence ** ppSequence, typelib_TypeDescription * pTypeDescr, in uno_sequence_realloc() argument
876 OSL_ENSURE( ppSequence, "### null ptr!" ); in uno_sequence_realloc()
880 if (nSize != (*ppSequence)->nElements) in uno_sequence_realloc()
883 ppSequence, ((typelib_IndirectTypeDescription *)pTypeDescr)->pType, in uno_sequence_realloc()
891 uno_Sequence ** ppSequence, in uno_type_sequence_reference2One() argument
896 OSL_ENSURE( ppSequence, "### null ptr!" ); in uno_type_sequence_reference2One()
898 uno_Sequence * pSequence = *ppSequence; in uno_type_sequence_reference2One()
914 idestructSequence( *ppSequence, pType, pTypeDescr, release ); in uno_type_sequence_reference2One()
915 *ppSequence = pNew; in uno_type_sequence_reference2One()
929 *ppSequence = pNew; in uno_type_sequence_reference2One()
938 uno_Sequence ** ppSequence, in uno_sequence_reference2One() argument
943 OSL_ENSURE( ppSequence, "### null ptr!" ); in uno_sequence_reference2One()
945 uno_Sequence * pSequence = *ppSequence; in uno_sequence_reference2One()
960 *ppSequence = pNew; in uno_sequence_reference2One()
972 *ppSequence = pNew; in uno_sequence_reference2One()