HomeSort by relevance Sort by last modified time
    Searched refs:newstate (Results 26 - 45 of 45) sorted by null

12

  /external/curl/lib/
pop3.c 322 static void state(struct connectdata *conn, pop3state newstate)
342 if(pop3c->state != newstate)
344 (void *)pop3c, names[pop3c->state], names[newstate]);
347 pop3c->state = newstate;
    [all...]
imap.c 422 static void state(struct connectdata *conn, imapstate newstate)
446 if(imapc->state != newstate)
448 (void *)imapc, names[imapc->state], names[newstate]);
451 imapc->state = newstate;
    [all...]
smtp.c 310 static void state(struct connectdata *conn, smtpstate newstate)
332 if(smtpc->state != newstate)
334 (void *)smtpc, names[smtpc->state], names[newstate]);
337 smtpc->state = newstate;
    [all...]
telnet.c 365 void set_remote_option(struct connectdata *conn, int option, int newstate)
368 if(newstate == CURL_YES) {
529 set_local_option(struct connectdata *conn, int option, int newstate)
532 if(newstate == CURL_YES) {
    [all...]
ftp.c 99 ftpstate newstate);
103 ftpstate newstate,
124 bool ascii, ftpstate newstate);
824 ftpstate newstate
837 if(ftpc->state != newstate)
840 ftp_state_names[newstate]);
844 ftpc->state = newstate;
    [all...]
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
zsyscall_windows.go 214 func adjustTokenPrivileges(token syscall.Token, disableAllPrivileges bool, newstate *TOKEN_PRIVILEGES, buflen uint32, prevstate *TOKEN_PRIVILEGES, returnlen *uint32) (ret uint32, err error) {
221 r0, _, e1 := syscall.Syscall6(procAdjustTokenPrivileges.Addr(), 6, uintptr(token), uintptr(_p0), uintptr(unsafe.Pointer(newstate)), uintptr(buflen), uintptr(unsafe.Pointer(prevstate)), uintptr(unsafe.Pointer(returnlen)))
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
zsyscall_windows.go 214 func adjustTokenPrivileges(token syscall.Token, disableAllPrivileges bool, newstate *TOKEN_PRIVILEGES, buflen uint32, prevstate *TOKEN_PRIVILEGES, returnlen *uint32) (ret uint32, err error) {
221 r0, _, e1 := syscall.Syscall6(procAdjustTokenPrivileges.Addr(), 6, uintptr(token), uintptr(_p0), uintptr(unsafe.Pointer(newstate)), uintptr(buflen), uintptr(unsafe.Pointer(prevstate)), uintptr(unsafe.Pointer(returnlen)))
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 451 newstate(void) function
635 from = newstate();
707 *from = f = newstate();
787 final = newstate();
    [all...]
  /external/libxml2/
xmlregexp.c 1603 xmlRegStatePtr inter, newstate; local
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 762 milliseconds

12