Home
last modified time | relevance | path

Searched refs:newstate (Results 1 – 25 of 32) sorted by relevance

12

/third_party/python/Lib/lib2to3/pgen2/
Dparse.py126 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): argument
185 self.stack[-1] = (dfa, newstate, node)
187 def push(self, type, newdfa, newstate, context): argument
191 self.stack[-1] = (dfa, newstate, node)
/third_party/curl/lib/
Dcurl_sasl.c210 saslstate newstate) in state() argument
236 if(sasl->state != newstate) in state()
238 (void *)sasl, names[sasl->state], names[newstate]); in state()
243 sasl->state = newstate; in state()
505 saslstate newstate = SASL_FINAL; in Curl_sasl_continue() local
547 newstate = SASL_LOGIN_PASSWD; in Curl_sasl_continue()
562 newstate = SASL_GSASL; in Curl_sasl_continue()
577 newstate = SASL_DIGESTMD5_RESP; in Curl_sasl_continue()
591 newstate = SASL_NTLM_TYPE2MSG; in Curl_sasl_continue()
615 newstate = SASL_GSSAPI_TOKEN; in Curl_sasl_continue()
[all …]
Deasy.c1014 int newstate; in curl_easy_pause() local
1024 newstate = (k->keepon &~ (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE)) | in curl_easy_pause()
1028 if((newstate & (KEEP_RECV_PAUSE| KEEP_SEND_PAUSE)) == oldstate) { in curl_easy_pause()
1035 if((k->keepon & ~newstate & KEEP_SEND_PAUSE) && in curl_easy_pause()
1043 k->keepon = newstate; in curl_easy_pause()
1045 if(!(newstate & KEEP_RECV_PAUSE)) { in curl_easy_pause()
1079 if((newstate & (KEEP_RECV_PAUSE|KEEP_SEND_PAUSE)) != in curl_easy_pause()
Dsmb.c190 static void conn_state(struct Curl_easy *data, enum smb_conn_state newstate) in conn_state() argument
204 if(smbc->state != newstate) in conn_state()
206 (void *)smbc, names[smbc->state], names[newstate]); in conn_state()
209 smbc->state = newstate; in conn_state()
213 enum smb_req_state newstate) in request_state() argument
230 if(req->state != newstate) in request_state()
232 (void *)req, names[req->state], names[newstate]); in request_state()
235 req->state = newstate; in request_state()
Dtelnet.c104 int option, int newstate);
106 int option, int newstate);
321 void set_remote_option(struct Curl_easy *data, int option, int newstate) in set_remote_option() argument
324 if(newstate == CURL_YES) { in set_remote_option()
485 set_local_option(struct Curl_easy *data, int option, int newstate) in set_local_option() argument
488 if(newstate == CURL_YES) { in set_local_option()
Dpop3.c290 static void state(struct Curl_easy *data, pop3state newstate) in state() argument
310 if(pop3c->state != newstate) in state()
312 (void *)pop3c, names[pop3c->state], names[newstate]); in state()
315 pop3c->state = newstate; in state()
Dftp.c100 ftpstate newstate);
104 ftpstate newstate,
127 bool ascii, ftpstate newstate);
756 ftpstate newstate in _state() argument
770 if(ftpc->state != newstate) in _state()
773 ftp_state_names[newstate]); in _state()
777 ftpc->state = newstate; in _state()
3499 bool ascii, ftpstate newstate) in ftp_nb_type() argument
3506 state(data, newstate); in ftp_nb_type()
3507 return ftp_state_type_resp(data, 200, newstate); in ftp_nb_type()
[all …]
Dsmtp.c288 static void state(struct Curl_easy *data, smtpstate newstate) in state() argument
310 if(smtpc->state != newstate) in state()
312 (void *)smtpc, names[smtpc->state], names[newstate]); in state()
315 smtpc->state = newstate; in state()
Dimap.c392 static void state(struct Curl_easy *data, imapstate newstate) in state() argument
416 if(imapc->state != newstate) in state()
418 (void *)imapc, names[imapc->state], names[newstate]); in state()
421 imapc->state = newstate; in state()
/third_party/gstreamer/gstreamer/gst/
Dgstminiobject.c220 gint access_mode, state, newstate; in gst_mini_object_lock() local
231 newstate = state = g_atomic_int_get (&object->lockstate); in gst_mini_object_lock()
238 newstate += SHARE_ONE; in gst_mini_object_lock()
245 && IS_SHARED (newstate)) in gst_mini_object_lock()
251 newstate |= access_mode; in gst_mini_object_lock()
258 newstate += LOCK_ONE; in gst_mini_object_lock()
261 newstate)); in gst_mini_object_lock()
284 gint access_mode, state, newstate; in gst_mini_object_unlock() local
291 newstate = state = g_atomic_int_get (&object->lockstate); in gst_mini_object_unlock()
299 newstate -= SHARE_ONE; in gst_mini_object_unlock()
[all …]
Dgstmessage.h584 GstState newstate, GstState pending) G_GNUC_MALLOC;
587 GstState *newstate, GstState *pending);
Dgstmessage.c763 GstState oldstate, GstState newstate, GstState pending) in gst_message_new_state_changed() argument
770 GST_QUARK (NEW_STATE), GST_TYPE_STATE, (gint) newstate, in gst_message_new_state_changed()
1568 GstState * oldstate, GstState * newstate, GstState * pending) in gst_message_parse_state_changed() argument
1580 if (newstate) in gst_message_parse_state_changed()
1581 *newstate = (GstState) in gst_message_parse_state_changed()
/third_party/gstreamer/gstreamer/tests/misc/
Dplot-data38 newstate = state
39 while newstate:
40 state = newstate
41 newstate = read_line(fd, state)
/third_party/mesa3d/src/mesa/main/
Dcontext.h184 #define FLUSH_VERTICES(ctx, newstate, pop_attrib_mask) \ argument
190 ctx->NewState |= newstate; \
204 #define FLUSH_CURRENT(ctx, newstate) \ argument
210 ctx->NewState |= newstate; \
Dmatrix.h176 _mesa_update_modelview_project( struct gl_context *ctx, GLuint newstate );
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintertest.c396 GstState oldstate, newstate, pending; in gst_inter_test_handle_message() local
398 gst_message_parse_state_changed (message, &oldstate, &newstate, &pending); in gst_inter_test_handle_message()
403 gst_element_state_get_name (newstate)); in gst_inter_test_handle_message()
404 switch (GST_STATE_TRANSITION (oldstate, newstate)) { in gst_inter_test_handle_message()
427 gst_element_state_get_name (newstate)); in gst_inter_test_handle_message()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmessage.c205 GstState oldstate, newstate, pending; in GST_START_TEST() local
208 newstate = GST_STATE_PLAYING; in GST_START_TEST()
211 message = gst_message_new_state_changed (NULL, oldstate, newstate, pending); in GST_START_TEST()
219 newstate = GST_STATE_READY; in GST_START_TEST()
221 gst_message_parse_state_changed (message, &oldstate, &newstate, &pending); in GST_START_TEST()
223 fail_unless (newstate == GST_STATE_PLAYING); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-app-maker418 GstState oldstate, newstate, pending;
420 gst_message_parse_state_changed (message, &oldstate, &newstate,
425 gst_element_state_get_name (newstate));
426 switch (GST_STATE_TRANSITION(oldstate, newstate)) {
448 gst_element_state_get_name (newstate));
/third_party/openssl/util/
Dmkerr.pl418 my $newstate = 0;
425 $newstate = 1;
717 if ( $newstate ) {
/third_party/python/Doc/library/
Daudioop.rst52 ``(sample, newstate)`` where the sample has the width specified in *width*.
135 ``(adpcmfrag, newstate)``, and the *newstate* should be passed to the next call
200 a tuple ``(newfragment, newstate)``, and *newstate* should be passed to the next
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camerabin2-test.c406 GstState newstate; in sync_bus_callback() local
408 gst_message_parse_state_changed (message, NULL, &newstate, NULL); in sync_bus_callback()
409 if (newstate == GST_STATE_PLAYING) { in sync_bus_callback()
443 GstState oldstate, newstate; in bus_callback() local
445 gst_message_parse_state_changed (message, &oldstate, &newstate, NULL); in bus_callback()
448 gst_element_state_get_name (newstate)); in bus_callback()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c321 GstState oldstate, GstState newstate, GstState pending);
653 GstState newstate, GstState pending) in gst_alsa_midi_src_state_changed() argument
659 if (newstate == GST_STATE_PLAYING) { in gst_alsa_midi_src_state_changed()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavdtputil.c55 const gchar *newstate; in on_state_change() local
58 newstate = bluez_media_transport1_get_state (proxy); in on_state_change()
59 is_idle = g_str_equal (newstate, "idle"); in on_state_change()
74 GST_DEBUG ("State is %s, acquired is %s", newstate, in on_state_change()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcurlhttpsrc.c711 GstState newstate; in bus_message() local
718 gst_message_parse_state_changed (msg, NULL, &newstate, &pending); in bus_message()
719 if (newstate == GST_STATE_PLAYING && pending == GST_STATE_VOID_PENDING && in bus_message()
725 } else if (newstate == GST_STATE_READY in bus_message()
/third_party/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c451 newstate(void) in newstate() function
635 from = newstate(); in nfatransition()
707 *from = f = newstate(); in nfaslice()
787 final = newstate(); in nfaenter()
1251 s = newstate(); in get_dfa_state()
1881 initial_state = newstate();

12