Searched refs:pbsz (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dsecurity.h71 size_t (*pbsz)(void *, size_t); member in struct:sec_server_mech
120 void pbsz (int);
H A Dsecurity.c479 void pbsz(int size) function
484 if(mech->pbsz)
485 new = (*mech->pbsz)(app_data, size);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dsecurity.c423 char* pbsz; local
450 pbsz = strstr(conn->data->state.buffer, "PBSZ=");
451 if(pbsz) {
453 sscanf(pbsz, "PBSZ=%u", &buffer_size);
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dftpcmd.y686 pbsz($3);

Completed in 179 milliseconds