Home
last modified time | relevance | path

Searched defs:line (Results 976 - 1000 of 2443) sorted by relevance

1...<<31323334353637383940>>...98

/third_party/ffmpeg/libavformat/
H A Dhlsproto.c108 char line[1024]; in parse_playlist() local
[all...]
H A Dmicrodvddec.c96 char *line = line_buf; in microdvd_read_header() local
[all...]
H A Dtls_openssl.c54 static void openssl_lock(int mode, int type, const char *file, int line) in openssl_lock() argument
H A Dassenc.c30 char *line; member
H A Drtpdec_hevc.c129 hevc_parse_sdp_line(AVFormatContext *ctx, int st_index, PayloadContext *hevc_data, const char *line) hevc_parse_sdp_line() argument
/third_party/curl/lib/vquic/
H A Dvquic-tls.c85 static void keylog_callback(const SSL *ssl, const char *line) in keylog_callback() argument
337 static void keylog_callback(const WOLFSSL *ssl, const char *line) in keylog_callback() argument
/third_party/curl/src/
H A Dvar.c209 varexpand(struct GlobalConfig *global, const char *line, struct curlx_dynbuf *out, bool *replaced) varexpand() argument
392 const char *line = input; setvariable() local
[all...]
/third_party/gn/src/base/
H A Dlogging.cc143 LogMessage::LogMessage(const char* file, int line, LogSeverity severity) in LogMessage() argument
148 LogMessage::LogMessage(const char* file, int line, const char* condition) in LogMessage() argument
154 LogMessage::LogMessage(const char* file, int line, std::string* result) in LogMessage() argument
190 void LogMessage::Init(const char* file, int line) { in Init() argument
227 stream_ << ":" << filename << "(" << line << ")] "; in Init() local
161 LogMessage(const char* file, int line, LogSeverity severity, std::string* result) LogMessage() argument
268 Win32ErrorLogMessage(const char* file, int line, LogSeverity severity, SystemErrorCode err) Win32ErrorLogMessage() argument
278 ErrnoLogMessage(const char* file, int line, LogSeverity severity, SystemErrorCode err) ErrnoLogMessage() argument
322 LogErrorNotReached(const char* file, int line) LogErrorNotReached() argument
[all...]
/third_party/gn/src/gn/
H A Dcommand_args.cc43 bool DoesLineBeginWithComment(std::string_view line) { in DoesLineBeginWithComment() argument
70 std::string StripHashFromLine(std::string_view line, bool pad) { in StripHashFromLine() argument
[all...]
/third_party/fsverity-utils/programs/
H A Dutils.c90 __noreturn void assertion_failed(const char *expr, const char *file, int line) in assertion_failed() argument
/third_party/glfw/src/
H A Dinit.c185 char* line; in _glfwParseUriList() local
[all...]
/third_party/glslang/glslang/Include/
H A DCommon.h250 int line; member
/third_party/glslang/StandAlone/
H A Dspirv-remap.cpp133 std::string line; in read() local
/third_party/alsa-utils/iecset/
H A Diecset.c132 static char *skipspace(char *line) in skipspace() argument
145 char line[1024], *cmd, *arg; in parse_file() local
/third_party/alsa-utils/seq/aconnect/
H A Daconnect.c39 static void error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...) in error_handler() argument
/third_party/alsa-utils/alsactl/
H A Dutils.c104 static void syslog_(int prio, const char *fcn, long line, in syslog_() argument
116 void info_(const char *fcn, long line, const char *fmt, ...) in info_() argument
131 void error_(const char *fcn, long line, const char *fmt, ...) in error_() argument
146 void cerror_(const char *fcn, long line, int cond, const char *fmt, ...) in cerror_() argument
163 dbg_(const char *fcn, long line, const char *fmt, ...) dbg_() argument
180 error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...) error_handler() argument
[all...]
/third_party/alsa-utils/alsaucm/
H A Dusecase.c140 static int parse_line(struct context *context, char *line) in parse_line() argument
[all...]
/third_party/backends/sanei/
H A Dsanei_config.c243 SANE_Char line[PATH_MAX]; in sanei_configure_attach() local
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Drenderer.c142 char *line; in read_line() local
180 char *line; in read_jcl_lines() local
235 jcl_options_find_keyword(char **opts, const char *line, const char *jclstr) jcl_options_find_keyword() argument
[all...]
/third_party/cups-filters/filter/
H A Dtextcommon.c488 line, /* Current line */ in TextMain() local
[all...]
/third_party/curl/lib/
H A Dcurl_addrinfo.c518 curl_dbg_freeaddrinfo(struct addrinfo *freethis, int line, const char *source) curl_dbg_freeaddrinfo() argument
542 curl_dbg_getaddrinfo(const char *hostname, const char *service, const struct addrinfo *hints, struct addrinfo **result, int line, const char *source) curl_dbg_getaddrinfo() argument
H A Ddynhds.c217 Curl_dynhds_h1_add_line(struct dynhds *dynhds, const char *line, size_t line_len) Curl_dynhds_h1_add_line() argument
273 Curl_dynhds_h1_cadd_line(struct dynhds *dynhds, const char *line) Curl_dynhds_h1_cadd_line() argument
[all...]
H A Dhsts.c419 static CURLcode hsts_add(struct hsts *h, char *line) in hsts_add() argument
514 char *line = NULL; in hsts_load() local
[all...]
H A Dmemdebug.c107 static bool countcheck(const char *func, int line, const char *source) in countcheck() argument
132 curl_dbg_malloc(size_t wantedsize, int line, const char *source) curl_dbg_malloc() argument
159 curl_dbg_calloc(size_t wanted_elements, size_t wanted_size, int line, const char *source) curl_dbg_calloc() argument
187 curl_dbg_strdup(const char *str, int line, const char *source) curl_dbg_strdup() argument
212 curl_dbg_wcsdup(const wchar_t *str, int line, const char *source) curl_dbg_wcsdup() argument
240 curl_dbg_realloc(void *ptr, size_t wantedsize, int line, const char *source) curl_dbg_realloc() argument
279 curl_dbg_free(void *ptr, int line, const char *source) curl_dbg_free() argument
304 curl_dbg_socket(int domain, int type, int protocol, int line, const char *source) curl_dbg_socket() argument
321 curl_dbg_send(SEND_TYPE_ARG1 sockfd, SEND_QUAL_ARG2 SEND_TYPE_ARG2 buf, SEND_TYPE_ARG3 len, SEND_TYPE_ARG4 flags, int line, const char *source) curl_dbg_send() argument
336 curl_dbg_recv(RECV_TYPE_ARG1 sockfd, RECV_TYPE_ARG2 buf, RECV_TYPE_ARG3 len, RECV_TYPE_ARG4 flags, int line, const char *source) curl_dbg_recv() argument
351 curl_dbg_socketpair(int domain, int type, int protocol, curl_socket_t socket_vector[2], int line, const char *source) curl_dbg_socketpair() argument
366 curl_dbg_accept(curl_socket_t s, void *saddr, void *saddrlen, int line, const char *source) curl_dbg_accept() argument
382 curl_dbg_mark_sclose(curl_socket_t sockfd, int line, const char *source) curl_dbg_mark_sclose() argument
390 curl_dbg_sclose(curl_socket_t sockfd, int line, const char *source) curl_dbg_sclose() argument
397 curl_dbg_fopen(const char *file, const char *mode, int line, const char *source) curl_dbg_fopen() argument
409 curl_dbg_fdopen(int filedes, const char *mode, int line, const char *source) curl_dbg_fdopen() argument
419 curl_dbg_fclose(FILE *file, int line, const char *source) curl_dbg_fclose() argument
[all...]
H A Dpingpong.c325 char *line = Curl_dyn_ptr(&pp->recvbuf); in Curl_pp_readresp() local
[all...]

Completed in 17 milliseconds

1...<<31323334353637383940>>...98