Home
last modified time | relevance | path

Searched defs:alloc_data (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dtls-gnutls.c692 size_t alloc_data = 0, /* Bytes allocated */ in httpLoadCredentials() local
961 size_t alloc_data = 0, /* Bytes allocated */ in http_gnutls_load_crl() local
/external/opencv/cxcore/src/
Dcximage.cpp215 CvMatrix::CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data ) in CvMatrix()