| /third_party/python/Lib/lib2to3/pgen2/ |
| H A D | parse.py | 126 for i, newstate in arcs: 132 self.shift(type, value, newstate, context) 134 state = newstate 150 self.push(t, self.grammar.dfas[t], newstate, context) 178 def shift(self, type, value, newstate, context): 185 self.stack[-1] = (dfa, newstate, node) 187 def push(self, type, newdfa, newstate, context): 191 self.stack[-1] = (dfa, newstate, node)
|
| /third_party/curl/lib/ |
| H A D | curl_sasl.c | 234 saslstate newstate) in sasl_state() 260 if(sasl->state != newstate) in sasl_state() 262 (void *)sasl, names[sasl->state], names[newstate]); in sasl_state() 267 sasl->state = newstate; in sasl_state() 537 saslstate newstate = SASL_FINAL; in Curl_sasl_continue() local 580 newstate = SASL_LOGIN_PASSWD; in Curl_sasl_continue() 594 newstate = SASL_GSASL; in Curl_sasl_continue() 611 newstate = SASL_DIGESTMD5_RESP; in Curl_sasl_continue() 625 newstate = SASL_NTLM_TYPE2MSG; in Curl_sasl_continue() 649 newstate in Curl_sasl_continue() 233 sasl_state(struct SASL *sasl, struct Curl_easy *data, saslstate newstate) sasl_state() argument [all...] |
| H A D | easy.c | 1085 int newstate; in curl_easy_pause() local 1098 newstate = (k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE)) | in curl_easy_pause() 1102 if((newstate & (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE)) == oldstate) { in curl_easy_pause() 1109 if((k->keepon & ~newstate & KEEP_SEND_PAUSE) && in curl_easy_pause() 1117 k->keepon = newstate; in curl_easy_pause() 1119 if(!(newstate & KEEP_RECV_PAUSE)) { in curl_easy_pause() 1127 if(!(newstate & KEEP_SEND_PAUSE)) { in curl_easy_pause() 1138 if((newstate & (KEEP_RECV_PAUSE|KEEP_SEND_PAUSE)) != in curl_easy_pause()
|
| H A D | smb.c | 378 static void conn_state(struct Curl_easy *data, enum smb_conn_state newstate) in conn_state() argument 392 if(smbc->state != newstate) in conn_state() 394 (void *)smbc, names[smbc->state], names[newstate]); in conn_state() 397 smbc->state = newstate; in conn_state() 401 enum smb_req_state newstate) in request_state() 418 if(req->state != newstate) in request_state() 420 (void *)req, names[req->state], names[newstate]); in request_state() 423 req->state = newstate; in request_state() 400 request_state(struct Curl_easy *data, enum smb_req_state newstate) request_state() argument
|
| H A D | openldap.c | 206 static void oldap_state(struct Curl_easy *data, ldapstate newstate) in oldap_state() argument 224 if(ldapc->state != newstate) in oldap_state() 226 (void *)ldapc, names[ldapc->state], names[newstate]); in oldap_state() 229 ldapc->state = newstate; in oldap_state() 407 static CURLcode oldap_perform_bind(struct Curl_easy *data, ldapstate newstate) in oldap_perform_bind() argument 428 oldap_state(data, newstate); in oldap_perform_bind() 478 static CURLcode oldap_ssl_connect(struct Curl_easy *data, ldapstate newstate) in oldap_ssl_connect() argument 487 oldap_state(data, newstate); in oldap_ssl_connect()
|
| H A D | telnet.c | 106 int option, int newstate); 108 int option, int newstate); 325 void set_remote_option(struct Curl_easy *data, int option, int newstate) in set_remote_option() argument 328 if(newstate == CURL_YES) { in set_remote_option() 489 set_local_option(struct Curl_easy *data, int option, int newstate) in set_local_option() argument 492 if(newstate == CURL_YES) { in set_local_option()
|
| H A D | ftp.c | 95 ftpstate newstate); 99 ftpstate newstate, 122 bool ascii, ftpstate newstate); 757 ftpstate newstate in _ftp_state() 771 if(ftpc->state != newstate) in _ftp_state() 774 ftp_state_names[newstate]); in _ftp_state() 778 ftpc->state = newstate; in _ftp_state() 3521 * If the transfer type is not sent, simulate on OK response in newstate 3525 bool ascii, ftpstate newstate) in ftp_nb_type() 3532 ftp_state(data, newstate); in ftp_nb_type() 3523 ftp_nb_type(struct Curl_easy *data, struct connectdata *conn, bool ascii, ftpstate newstate) ftp_nb_type() argument [all...] |
| H A D | smtp.c | 285 static void smtp_state(struct Curl_easy *data, smtpstate newstate) in smtp_state() argument 307 if(smtpc->state != newstate) in smtp_state() 309 (void *)smtpc, names[smtpc->state], names[newstate]); in smtp_state() 312 smtpc->state = newstate; in smtp_state()
|
| H A D | imap.c | 390 static void imap_state(struct Curl_easy *data, imapstate newstate) in imap_state() argument 414 if(imapc->state != newstate) in imap_state() 416 (void *)imapc, names[imapc->state], names[newstate]); in imap_state() 419 imapc->state = newstate; in imap_state()
|
| H A D | pop3.c | 287 static void pop3_state(struct Curl_easy *data, pop3state newstate) in pop3_state() argument 307 if(pop3c->state != newstate) in pop3_state() 309 (void *)pop3c, names[pop3c->state], names[newstate]); in pop3_state() 312 pop3c->state = newstate; in pop3_state()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | context.h | 163 * \param newstate new state. 167 * __struct gl_contextRec::NewState with \p newstate. 169 #define FLUSH_VERTICES(ctx, newstate, pop_attrib_mask) \ 175 ctx->NewState |= newstate; \ 183 * \param newstate new state. 187 * __struct gl_contextRec::NewState with \p newstate. 189 #define FLUSH_CURRENT(ctx, newstate) \ 195 ctx->NewState |= newstate; \
|
| H A D | matrix.h | 53 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
|
| /third_party/libinput/tools/ |
| H A D | libinput-analyze-touch-down-state.py | 70 def state(self, newstate): 71 assert newstate in Slot.State 73 if newstate != Slot.State.NONE: 75 self._state = newstate
|
| /third_party/node/deps/openssl/openssl/util/ |
| H A D | mkerr.pl | 290 my $newstate = 0; 296 $newstate = 1; 668 if ( $newstate ) {
|
| /third_party/openssl/util/ |
| H A D | mkerr.pl | 290 my $newstate = 0; 296 $newstate = 1; 668 if ( $newstate ) {
|
| /third_party/python/Lib/tkinter/ |
| H A D | __init__.py | 2273 def wm_state(self, newstate=None): 2276 return self.tk.call('wm', 'state', self._w, newstate)
|