Searched defs:array_ptr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp296 void FreeSingleArray(void *array_ptr, PRUint32 sequence_size, PRUint8 array_type) argument
300 void **p = (void **)array_ptr;
346 PRBool FillSingleArray(void *array_ptr, PyObject *sequence_ob, PRUint32 sequence_size, argument
349 PRUint8 *pthis = (PRUint8 *)array_ptr;
543 static PyObject *UnpackSingleArray(Py_nsISupports *parent, void *array_ptr, argument
546 if (array_ptr==NULL) {
551 return PyString_FromStringAndSize( (char *)array_ptr, sequence_size );
555 PRUint8 *pthis = (PRUint8 *)array_ptr;

Completed in 40 milliseconds