Lines Matching refs:pNew
50 uno_Sequence * pNew = 0; in reallocSeq() local
56 pNew = (uno_Sequence *) rtl_allocateMemory( nSize ); in reallocSeq()
60 pNew = (uno_Sequence *) rtl_reallocateMemory( pReallocate, nSize ); in reallocSeq()
62 if (pNew != 0) in reallocSeq()
65 pNew->nRefCount = 1; in reallocSeq()
66 pNew->nElements = nElements; in reallocSeq()
69 return pNew; in reallocSeq()
635 uno_Sequence * pNew = icopyConstructSequence( in icopyConstructFromElements() local
638 OSL_ASSERT( pNew != 0 ); in icopyConstructFromElements()
641 pDestElements[ nPos ] = pNew; in icopyConstructFromElements()
698 uno_Sequence * pNew = 0; in ireallocSequence() local
706 &pNew, pSeq->elements, pElementType, in ireallocSequence()
713 &pNew, pElementType, in ireallocSequence()
731 *ppSequence = pNew; in ireallocSequence()
901 uno_Sequence * pNew = 0; in uno_type_sequence_reference2One() local
908 &pNew, pSequence->elements, in uno_type_sequence_reference2One()
915 *ppSequence = pNew; in uno_type_sequence_reference2One()
922 pNew = allocSeq( 0, 0 ); in uno_type_sequence_reference2One()
923 ret = (pNew != 0); in uno_type_sequence_reference2One()
929 *ppSequence = pNew; in uno_type_sequence_reference2One()
948 uno_Sequence * pNew = 0; in uno_sequence_reference2One() local
952 &pNew, pSequence->elements, in uno_sequence_reference2One()
960 *ppSequence = pNew; in uno_sequence_reference2One()
965 pNew = allocSeq( 0, 0 ); in uno_sequence_reference2One()
966 ret = (pNew != 0); in uno_sequence_reference2One()
972 *ppSequence = pNew; in uno_sequence_reference2One()