Home
last modified time | relevance | path

Searched defs:newstate (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/lib2to3/pgen2/
Dparse.py178 def shift(self, type, value, newstate, context): argument
187 def push(self, type, newdfa, newstate, context): argument
/third_party/mesa3d/src/mesa/main/
Dcontext.h169 #define FLUSH_VERTICES(ctx, newstate, pop_attrib_mask) \ argument
189 #define FLUSH_CURRENT(ctx, newstate) \ argument
/third_party/libinput/tools/
Dlibinput-analyze-touch-down-state.py70 def state(self, newstate): argument
/third_party/curl/lib/
Dcurl_sasl.c234 saslstate newstate) in sasl_state()
537 saslstate newstate = SASL_FINAL; in Curl_sasl_continue() local
Dopenldap.c206 static void oldap_state(struct Curl_easy *data, ldapstate newstate) in oldap_state()
407 static CURLcode oldap_perform_bind(struct Curl_easy *data, ldapstate newstate) in oldap_perform_bind()
478 static CURLcode oldap_ssl_connect(struct Curl_easy *data, ldapstate newstate) in oldap_ssl_connect()
Dtelnet.c325 void set_remote_option(struct Curl_easy *data, int option, int newstate) in set_remote_option()
489 set_local_option(struct Curl_easy *data, int option, int newstate) in set_local_option()
Deasy.c1085 int newstate; in curl_easy_pause() local
Dsmb.c378 static void conn_state(struct Curl_easy *data, enum smb_conn_state newstate) in conn_state()
401 enum smb_req_state newstate) in request_state()
Dpop3.c287 static void pop3_state(struct Curl_easy *data, pop3state newstate) in pop3_state()
Dftp.c757 ftpstate newstate in _ftp_state()
3525 bool ascii, ftpstate newstate) in ftp_nb_type()
Dsmtp.c285 static void smtp_state(struct Curl_easy *data, smtpstate newstate) in smtp_state()
Dimap.c390 static void imap_state(struct Curl_easy *data, imapstate newstate) in imap_state()
/third_party/python/Lib/tkinter/
D__init__.py2273 def wm_state(self, newstate=None): argument