Home
last modified time | relevance | path

Searched refs:alloc_data (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dtls-gnutls.c692 size_t alloc_data = 0, /* Bytes allocated */ in httpLoadCredentials() local
757 if (alloc_data == 0) in httpLoadCredentials()
760 alloc_data = 2048; in httpLoadCredentials()
765 else if ((num_data + strlen(line)) >= alloc_data) in httpLoadCredentials()
767 unsigned char *tdata = realloc(data, alloc_data + 1024); in httpLoadCredentials()
778 alloc_data += 1024; in httpLoadCredentials()
781 decoded = alloc_data - num_data; in httpLoadCredentials()
961 size_t alloc_data = 0, /* Bytes allocated */ in http_gnutls_load_crl() local
1004 if (alloc_data == 0) in http_gnutls_load_crl()
1007 alloc_data = 2048; in http_gnutls_load_crl()
[all …]
/external/opencv/cxcore/src/
Dcximage.cpp215 CvMatrix::CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data ) in CvMatrix() argument
220 cvInitMatHeader( matrix, rows, cols, type, alloc_data ? in CvMatrix()
/external/opencv/cxcore/include/
Dcxcore.hpp221 CvMatrix( int rows, int cols, int type, CvMemStorage* storage, bool alloc_data=true );