/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
H A D | minimal-http-client-multi.c | 169 char buf[LWS_PRE + 1024], *start = &buf[LWS_PRE], *p = start, in callback_http() local 360 char buf[192]; in my_metric_report() local
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libbitmask.c | 126 int bitmask_displayhex(char *buf, int buflen, const struct bitmask *bmp) in bitmask_displayhex() argument 158 emit(char *buf, int buflen, int rbot, int rtop, int len) emit() argument 185 bitmask_displaylist(char *buf, int buflen, const struct bitmask *bmp) bitmask_displaylist() argument 220 bitmask_parsehex(const char *buf, struct bitmask *bmp) bitmask_parsehex() argument 299 bitmask_parselist(const char *buf, struct bitmask *bmp) bitmask_parselist() argument [all...] |
/third_party/libwebsockets/lib/roles/http/ |
H A D | cookie.c | 153 const char *buf; in lws_cookie_rm_sws() local 189 lws_cookie_compile_cache_name(char *buf, size_t buf_len, struct lws_cookie *c) in lws_cookie_compile_cache_name() argument 403 lws_cookie_attach_cookies(struct lws *wsi, char *buf, char *end) lws_cookie_attach_cookies() argument [all...] |
H A D | parsers.c | 1018 lws_parse(struct lws *wsi, unsigned char *buf, int *len) in lws_parse() argument 1536 lws_http_cookie_get(struct lws *wsi, const char *name, char *buf, in lws_http_cookie_get() argument
|
/third_party/ltp/lib/ |
H A D | tst_device.c | 85 char buf[PATH_MAX]; in tst_find_free_loopdev() local 520 struct stat buf; in tst_find_backing_dev() local [all...] |
H A D | tst_res.c | 548 tst_resm_hexd_(const char *file, const int lineno, int ttype, const void *buf, size_t size, const char *arg_fmt, ...) tst_resm_hexd_() argument
|
/third_party/ltp/testcases/kdump/lib/lkdtm/ |
H A D | lkdtm.c | 230 char buf[1024]; in recursive_loop() local
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | ltp_acpi_cmds.c | 82 char *buf = NULL; in get_str_object() local 544 sys_result(struct device *dev, struct device_attribute *attr, char *buf) sys_result() argument 552 sys_str(struct device *dev, struct device_attribute *attr, char *buf) sys_str() argument 563 sys_path(struct device *dev, struct device_attribute *attr, char *buf) sys_path() argument 573 sys_acpi_disabled(struct device *dev, struct device_attribute *attr, char *buf) sys_acpi_disabled() argument 580 sys_tcase(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) sys_tcase() argument [all...] |
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest05.c | 260 char *bits, *hold_bits, *buf, *val_buf, *zero_buf; in dotest() local
|
H A D | ftest01.c | 259 char *bits, *hold_bits, *buf, *val_buf, *zero_buf; in dotest() local
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | lws-spa.c | 102 char buf[205], *p; in lws_urldecode_s_create() local 498 lws_urldecode_spa_cb(struct lws_spa *spa, const char *name, char **buf, int len, in lws_urldecode_spa_cb() argument [all...] |
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | sshd.c | 2013 uint8_t buf[LWS_PRE + 1024], *pp, *ps = &buf[LWS_PRE + 512], *ps1 = NULL; in lws_callback_raw_sshd() local [all...] |
/third_party/ltp/include/old/ |
H A D | safe_macros.h | 217 safe_stat(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, struct stat *buf) safe_stat() argument 234 safe_fstat(const char *file, const int lineno, void (cleanup_fn)(void), int fd, struct stat *buf) safe_fstat() argument 251 safe_lstat(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, struct stat *buf) safe_lstat() argument [all...] |
/third_party/ltp/metadata/ |
H A D | metaparse.c | 57 char buf[4096]; in multiline_comment() local 140 static char *next_token2(FILE *f, char *buf, size_t buf_len, struct data_node *doc) in next_token2() argument 217 static char buf[4096]; next_token() local 239 char buf[256], *fname; open_include() local 381 char buf[2][2048] = {}; look_for_array_size() local 550 macro_get_string(FILE *f, char *buf, char *buf_end) macro_get_string() argument 576 macro_get_val(FILE *f, char *buf, size_t buf_len) macro_get_val() argument [all...] |
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
H A D | tbase.c | 211 store_new_id(struct device_driver *driver, const char *buf, size_t count) in store_new_id() argument
|
/third_party/libwebsockets/lib/roles/mqtt/ |
H A D | mqtt.c | 526 _lws_mqtt_rx_parser(struct lws *wsi, lws_mqtt_parser_t *par, const uint8_t *buf, size_t len) _lws_mqtt_rx_parser() argument 1957 lws_mqtt_client_send_publish(struct lws *wsi, lws_mqtt_publish_param_t *pub, const void *buf, uint32_t len, int is_complete) lws_mqtt_client_send_publish() argument [all...] |
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_openmetrics_export.c | 201 lws_metrics_om_format_agg(lws_metric_pub_t *pub, const char *nm, lws_usec_t now, int gng, char *buf, size_t len) lws_metrics_om_format_agg() argument 249 lws_metrics_om_ac_stash(struct pss *pss, const char *buf, size_t len) lws_metrics_om_ac_stash() argument 275 char buf[1200], *p = buf, *end = buf + sizeof(buf) - 1, tmp[512]; lws_metrics_om_format() local 352 grabfile(const char *fi, char *buf, size_t len) grabfile() argument 389 char buf[1224], *start = buf + LWS_PRE, *p = start, ome_prepare() local 472 unsigned char buf[1224], *start = buf + LWS_PRE, *p = start, callback_lws_openmetrics_export() local 574 unsigned char buf[1224], *start = buf + LWS_PRE, *p = start, callback_lws_openmetrics_prox_agg() local 749 unsigned char buf[1224], *start = buf + LWS_PRE, *p = start, callback_lws_openmetrics_prox_server() local 943 unsigned char buf[1224], *start = buf + LWS_PRE, *p = start, callback_lws_openmetrics_prox_client() local [all...] |
/third_party/libwebsockets/plugins/deaddrop/ |
H A D | protocol_lws_deaddrop.c | 384 uint8_t buf[LWS_PRE + LWS_RECOMMENDED_MIN_HEADER_SPACE], in callback_deaddrop() local 264 file_upload_cb(void *data, const char *name, const char *filename, char *buf, int _len, enum lws_spa_fileupload_states state) file_upload_cb() argument [all...] |
/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 128 char which_wsi[50], buf[80 + LWS_PRE]; in callback_dumb_increment() local 343 unsigned char buf[LWS_PRE + block_size], *p; in callback_lws_mirror() local
|
H A D | test-server.c | 92 char buf[1024]; in lws_callback_http() local [all...] |
/third_party/ltp/testcases/kernel/fs/inode/ |
H A D | inode02.c | 754 struct stat buf; in mode() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_uav.c | 114 struct svga_shader_buffer *buf = (struct svga_shader_buffer *)desc; in uav_desc_identical() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd_enc_1_1.c | 56 static void radeon_uvd_enc_add_buffer(struct radeon_uvd_encoder *enc, struct pb_buffer *buf, in radeon_uvd_enc_add_buffer() argument [all...] |
H A D | radeon_vce.c | 540 void si_vce_add_buffer(struct rvce_encoder *enc, struct pb_buffer *buf, unsigned usage, in si_vce_add_buffer() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 24 debug_describe_zink_batch_state(char *buf, const struct zink_batch_state *ptr) in debug_describe_zink_batch_state() argument
|