HomeSort by relevance Sort by last modified time
    Searched full:pbsz (Results 1 - 20 of 20) sorted by null

  /external/curl/tests/data/
test401 48 PBSZ 0
test409 48 PBSZ 0
test407 45 PBSZ 0
test400 53 PBSZ 0
test408 46 PBSZ 0
test403 55 PBSZ 0
test406 58 PBSZ 0
test1112 105 PBSZ 0
  /external/curl/lib/
security.c 411 char* pbsz; local
428 code = ftp_send_command(conn, "PBSZ %u", buffer_size);
438 pbsz = strstr(conn->data->state.buffer, "PBSZ=");
439 if(pbsz) {
441 (void)sscanf(pbsz, "PBSZ=%u", &buffer_size);
ftp.c 790 "PBSZ",
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 667 # PBSZ command MUST still be issued, but must have a parameter of
670 self.voidcmd('PBSZ 0')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 667 # PBSZ command MUST still be issued, but must have a parameter of
670 self.voidcmd('PBSZ 0')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 667 # PBSZ command MUST still be issued, but must have a parameter of
670 self.voidcmd('PBSZ 0')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 667 # PBSZ command MUST still be issued, but must have a parameter of
670 self.voidcmd('PBSZ 0')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py 382 self.push('200 PBSZ=0 successful.')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py 382 self.push('200 PBSZ=0 successful.')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 382 self.push('200 PBSZ=0 successful.')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 382 self.push('200 PBSZ=0 successful.')
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java     [all...]
  /external/curl/tests/
ftpserver.pl 578 'PBSZ' => '500 PBSZ not implemented',
    [all...]

Completed in 974 milliseconds