Searched refs:get_word (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 165 static void get_word(char *buf, int buf_size, const char **pp) in get_word() function 439 get_word(buf1, sizeof(buf1), &p); in sdp_parse_line() 442 get_word(buf1, sizeof(buf1), &p); in sdp_parse_line() 478 get_word(st_type, sizeof(st_type), &p); in sdp_parse_line() 513 get_word(buf1, sizeof(buf1), &p); /* port */ in sdp_parse_line() 516 get_word(buf1, sizeof(buf1), &p); /* protocol */ in sdp_parse_line() 523 get_word(buf1, sizeof(buf1), &p); /* format list */ in sdp_parse_line() 596 get_word(buf1, sizeof(buf1), &p); in sdp_parse_line() 610 get_word(buf1, sizeof(buf1), &p); in sdp_parse_line() 620 get_word(buf in sdp_parse_line() [all...] |
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
H A D | ks_hostif.c | 47 static inline u16 get_word(struct ks_wlan_private *priv) in get_word() function 433 auth_type = get_word(priv); /* AuthType */ in hostif_data_indication() 434 get_word(priv); /* Reserve Area */ in hostif_data_indication() 532 mib_val_size = get_word(priv); in hostif_mib_get_confirm() 533 mib_val_type = get_word(priv); in hostif_mib_get_confirm() 724 connect_code = get_word(priv); in hostif_connect_indication() 851 result_code = get_word(priv); in hostif_infrastructure_set_confirm() 977 event = get_word(priv); in hostif_event_check() 1610 if (get_word(priv) == priv->rx_size) in hostif_receive()
|
/kernel/linux/linux-6.6/drivers/staging/ks7010/ |
H A D | ks_hostif.c | 47 static inline u16 get_word(struct ks_wlan_private *priv) in get_word() function 428 auth_type = get_word(priv); /* AuthType */ in hostif_data_indication() 429 get_word(priv); /* Reserve Area */ in hostif_data_indication() 525 get_word(priv); /* mib_val_size */ in hostif_mib_get_confirm() 526 get_word(priv); /* mib_val_type */ in hostif_mib_get_confirm() 717 connect_code = get_word(priv); in hostif_connect_indication() 842 get_word(priv); /* result_code */ in hostif_infrastructure_set_confirm() 968 event = get_word(priv); in hostif_event_check() 1601 if (get_word(priv) == priv->rx_size) in hostif_receive()
|
/third_party/python/Lib/email/ |
H A D | _header_value_parser.py | 1372 def get_word(value): function 1420 token, value = get_word(value) 1433 token, value = get_word(value) 1459 token, value = get_word(value) 1509 token, value = get_word(value)
|
/third_party/python/Lib/test/test_email/ |
H A D | test__header_value_parser.py | 957 # get_word (if this were black box we'd repeat all the qs/atom tests) 960 word = self._test_get_x(parser.get_word, 969 parser.get_word('(Recipients list suppressed') 972 word = self._test_get_x(parser.get_word, 980 self._test_get_x(parser.get_word,
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | main.c | 537 /* get_word - will first check to see if the character under the 546 static u_long get_word(struct vc_data *vc) in get_word() function 595 u_long cnt = get_word(vc); in say_word() 711 if (!get_word(vc)) in spell_word()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | main.c | 535 /* get_word - will first check to see if the character under the 544 static u_long get_word(struct vc_data *vc) in get_word() function 593 u_long cnt = get_word(vc); in say_word() 711 if (!get_word(vc)) in spell_word()
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_usb.c | 209 static u16 get_word(const void *data, u16 offset) in get_word() function 276 fw_bcdDevice = get_word(ub_fw->data, E2P_DATA_OFFSET); in upload_firmware()
|
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_usb.c | 208 static u16 get_word(const void *data, u16 offset) in get_word() function 275 fw_bcdDevice = get_word(ub_fw->data, E2P_DATA_OFFSET); in upload_firmware()
|
Completed in 26 milliseconds