Searched defs:line (Results 251 - 275 of 1454) sorted by last modified time

<<11121314151617181920>>

/external/openssl/crypto/
H A Dcryptlib.c186 const char *file,int line)=0;
188 int type,const char *file,int line)=0;
194 (const char *file,int line)=0;
196 struct CRYPTO_dynlock_value *l, const char *file,int line)=0;
198 const char *file,int line)=0;
361 (const char *file,int line)
367 struct CRYPTO_dynlock_value *l, const char *file,int line)
373 (struct CRYPTO_dynlock_value *l, const char *file,int line)
379 (const char *file, int line))
385 struct CRYPTO_dynlock_value *l, const char *file, int line))
378 CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*func) (const char *file, int line)) argument
384 CRYPTO_set_dynlock_lock_callback(void (*func)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) argument
390 CRYPTO_set_dynlock_destroy_callback(void (*func) (struct CRYPTO_dynlock_value *l, const char *file, int line)) argument
409 CRYPTO_set_locking_callback(void (*func)(int mode,int type, const char *file,int line)) argument
419 CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, const char *file,int line)) argument
561 CRYPTO_lock(int mode, int type, const char *file, int line) argument
607 CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, int line) argument
913 OpenSSLDie(const char *file,int line,const char *assertion) argument
[all...]
H A Dmem.c78 static void *default_malloc_ex(size_t num, const char *file, int line) argument
80 static void *(*malloc_ex_func)(size_t, const char *file, int line)
85 const char *file, int line)
87 static void *(*realloc_ex_func)(void *, size_t, const char *file, int line)
93 static void *default_malloc_locked_ex(size_t num, const char *file, int line) argument
95 static void *(*malloc_locked_ex_func)(size_t, const char *file, int line)
252 void *CRYPTO_malloc_locked(int num, const char *file, int line) argument
262 malloc_debug_func(NULL, num, file, line, 0);
264 ret = malloc_locked_ex_func(num,file,line);
269 malloc_debug_func(ret, num, file, line,
84 default_realloc_ex(void *str, size_t num, const char *file, int line) argument
296 CRYPTO_malloc(int num, const char *file, int line) argument
327 CRYPTO_strdup(const char *str, const char *file, int line) argument
335 CRYPTO_realloc(void *str, int num, const char *file, int line) argument
356 CRYPTO_realloc_clean(void *str, int old_len, int num, const char *file, int line) argument
402 CRYPTO_remalloc(void *a, int num, const char *file, int line) argument
[all...]
H A Dmem_dbg.c155 int line; member in struct:app_mem_info_st
177 int line; member in struct:mem_st
397 int CRYPTO_push_info_(const char *info, const char *file, int line) argument
423 ami->line=line;
481 void CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line, argument
518 m->line=line;
606 const char *file, int line, int before_p)
611 fprintf(stderr, "LEVITTE_DEBUG_MEM: --> CRYPTO_dbg_malloc(addr1 = %p, addr2 = %p, num = %d, file = \"%s\", line
605 CRYPTO_dbg_realloc(void *addr1, void *addr2, int num, const char *file, int line, int before_p) argument
[all...]
/external/openssl/crypto/err/
H A Derr.c328 static unsigned long get_error_values(int inc,int top,const char **file,int *line,
707 int line)
738 es->err_line[es->top]=line;
761 int *line)
762 { return(get_error_values(1,0,file,line,NULL,NULL)); }
764 unsigned long ERR_get_error_line_data(const char **file, int *line, argument
766 { return(get_error_values(1,0,file,line,data,flags)); }
772 unsigned long ERR_peek_error_line(const char **file, int *line) argument
773 { return(get_error_values(0,0,file,line,NULL,NULL)); }
775 unsigned long ERR_peek_error_line_data(const char **file, int *line, argument
706 ERR_put_error(int lib, int func, int reason, const char *file, int line) argument
760 ERR_get_error_line(const char **file, int *line) argument
783 ERR_peek_last_error_line(const char **file, int *line) argument
786 ERR_peek_last_error_line_data(const char **file, int *line, const char **data, int *flags) argument
791 get_error_values(int inc, int top, const char **file, int *line, const char **data, int *flags) argument
[all...]
H A Derr_prn.c73 int line,flags; local
79 while ((l=ERR_get_error_line_data(&file,&line,&data,&flags)) != 0)
83 file, line, (flags & ERR_TXT_STRING) ? data : "");
/external/openssl/crypto/evp/
H A Devp_test.c358 /* If we add command-line options, this statement should be switchable.
366 char line[4096]; local
373 if(!fgets((char *)line,sizeof line,f))
375 if(line[0] == '#' || line[0] == '\n')
377 p=line;
/external/openssl/crypto/ocsp/
H A Docsp_ht.c94 /* First line being read */
110 static int parse_http_line1(char *line);
194 static int parse_http_line1(char *line) argument
200 for(p = line; *p && !isspace((unsigned char)*p); p++)
338 /* Attempt to read a line in */
342 * have to check there's a complete line in there before
372 /* First line */
388 /* Look for blank line: end of headers */
/external/openssl/crypto/threads/
H A Dmttest.c115 void irix_locking_callback(int mode,int type,char *file,int line);
116 void solaris_locking_callback(int mode,int type,char *file,int line);
117 void win32_locking_callback(int mode,int type,char *file,int line);
118 void pthreads_locking_callback(int mode,int type,char *file,int line);
119 void netware_locking_callback(int mode,int type,char *file,int line);
120 void beos_locking_callback(int mode,int type,const char *file,int line);
750 void win32_locking_callback(int mode, int type, char *file, int line) argument
859 void solaris_locking_callback(int mode, int type, char *file, int line) argument
865 (type&CRYPTO_READ)?"r":"w",file,line);
872 mode,file,line);
976 irix_locking_callback(int mode, int type, char *file, int line) argument
1063 pthreads_locking_callback(int mode, int type, char *file, int line) argument
1170 netware_locking_callback(int mode, int type, char *file, int line) argument
1256 beos_locking_callback(int mode, int type, const char *file, int line) argument
[all...]
H A Dth-lock.c91 static void irix_locking_callback(int mode,int type,char *file,int line);
92 static void solaris_locking_callback(int mode,int type,char *file,int line);
93 static void win32_locking_callback(int mode,int type,char *file,int line);
94 static void pthreads_locking_callback(int mode,int type,char *file,int line);
137 void win32_locking_callback(int mode, int type, char *file, int line) argument
203 void solaris_locking_callback(int mode, int type, char *file, int line) argument
209 (type&CRYPTO_READ)?"r":"w",file,line);
216 mode,file,line);
296 void irix_locking_callback(int mode, int type, char *file, int line) argument
353 int line)
352 pthreads_locking_callback(int mode, int type, char *file, int line) argument
[all...]
/external/openssl/include/openssl/
H A Dasn1.h187 int line; /* used in error processing */ member in struct:asn1_ctx_st
202 int line; /* used in error processing */ member in struct:asn1_const_ctx_st
/external/openssl/ssl/
H A Dssltest.c419 static void lock_dbg_cb(int mode, int type, const char *file, int line) argument
478 errstr, mode, type, file, line);
/external/oprofile/daemon/liblegacy/
H A Dopd_kernel.c151 char * line; local
170 line = op_get_line(fp);
172 if (!line)
175 if (!strcmp("", line)) {
176 free(line);
180 if (strlen(line) < 9) {
181 printf("oprofiled: corrupt /proc/ksyms line \"%s\"\n", line);
185 if (strncmp("__insmod_", line + 9, 9)) {
186 free(line);
[all...]
H A Dopd_parse_proc.c31 * @param line 0-terminated ASCII string
34 * Attempt to parse the string @line for map information
43 static int opd_add_ascii_map(struct opd_proc * proc, char const * line, argument
48 char const * cp = line;
59 if (sscanf(line, "%lx-%lx", &start, &end) != 2)
96 char * line; local
120 line = op_get_line(fp);
121 if (!line)
124 opd_add_ascii_map(proc, line, image_name);
125 free(line);
168 char * line; local
[all...]
/external/oprofile/daemon/
H A Dopd_kernel.c133 * each line is in the format:
142 char * line; local
168 line = op_get_line(fp);
170 if (!line)
173 if (line[0] == '\0') {
174 free(line);
178 ret = sscanf(line, "%256s %u %32s %4096s %32s %llx",
182 printf("bad /proc/modules entry: %s\n", line);
183 free(line);
193 free(line);
[all...]
H A Dopd_pipe.c64 char line[256]; local
78 /* just break if no new line is found */
79 if (fgets(line, 256, fifo_fd) == NULL)
81 line[strlen(line) - 1] = '\0';
83 if (strstr(line, "do_jitconv") != NULL) {
/external/oprofile/gui/
H A Doprof_start_util.cpp180 * @param maxlen width of line
195 string line; local
198 if (line.size() + oline.size() < maxlen) {
199 lines.push_back(line + oline);
200 line.erase();
202 lines.push_back(line);
203 line.erase();
208 if (line.size() + word.size() > maxlen) {
209 lines.push_back(line);
210 line
[all...]
/external/oprofile/libop/
H A Dop_events.c51 fprintf(stderr, "oprofile: parse error in %s, line %u\n",
110 static void parse_um(struct op_unit_mask * um, char const * line) argument
115 char const * valueend = line + 1;
116 char const * tagend = line + 1;
117 char const * start = line;
181 static void parse_um_entry(struct op_described_um * entry, char const * line) argument
183 char const * c = line;
223 char * line; local
235 line = op_get_line(fp);
237 while (line) {
426 char * line; local
735 char * line; local
[all...]
/external/oprofile/libpopt/
H A Dpoptconfig.c14 static void configLine(poptContext con, char * line) argument
30 if (strncmp(line, con->appName, nameLength)) return;
32 line += nameLength;
33 if (*line == '\0' || !isspace(*line)) return;
35 while (*line != '\0' && isspace(*line)) line++;
36 entryType = line;
37 while (*line
[all...]
H A Dpoptparse.c126 * 2== line to long
131 char line[999]; local
138 size_t maxlinelen = sizeof(line);
155 while (fgets(line, (int)maxlinelen, fp) != NULL) {
157 p = line;
165 return POPT_ERROR_OVERFLOW; /* XXX line too long */
167 if (*p == '\0' || *p == '\n') continue; /* line is empty */
168 if (*p == '#') continue; /* comment line */
181 /* single command line option (ie, no name=val, just name) */
194 continue; /* XXX for now, silently ignore bogus line */
[all...]
/external/oprofile/libpp/
H A Dformat_output.cpp74 bool extract_linenr_info(string const & info, string & file, size_t & line) argument
76 line = 0;
85 is_info >> line; local
919 size_t line; local
921 if (extract_linenr_info(str, file, line)) {
923 out << init_attr(tag, line);
/external/oprofile/libregex/
H A Dop_regex.cpp274 string line; local
275 while (getline(in, line)) {
276 line = trim(line);
277 if (line.empty() || line[0] == '#')
280 string temp = line;
282 if (temp == line) {
283 string left = line;
285 if (left == line) {
[all...]
/external/oprofile/libutil/
H A Dop_cpufreq.c21 char * line = NULL; local
28 line = op_get_line(fp);
30 if (!line)
33 if (line[0] == '\0') {
34 free(line);
39 if (sscanf(line, "cpu MHz : %lf", &fval) == 1)
42 if (sscanf(line, "clock : %lfMHz", &fval) == 1)
45 if (sscanf(line, "cycle frequency [Hz] : %lu", &uval) == 1) {
50 if (sscanf(line, "Cpu0ClkTck : %lx", &uval) == 1) {
55 if (sscanf(line, "BogoMIP
[all...]
/external/oprofile/libutil++/
H A Dbfd_support.cpp201 << "line attributions" << endl;
215 * debug entry at the prologue start do not give a useful line number
220 * linenr info, if we can't get a valid line number. Problem uncovered
228 char const ** filename, unsigned int * line)
254 *line = linenr;
442 * (src file/line num info)
654 * line number.
666 info.line = linenr;
673 info.line = 0;
226 fixup_linenr(bfd * abfd, asection * section, asymbol ** syms, string const & name, bfd_vma pc, char const ** filename, unsigned int * line) argument
H A Dbfd_support.h138 /// line number
139 unsigned int line; member in struct:linenr_info
143 * Attempt to locate a filename + line number for the given symbol and
/external/oprofile/opjitconv/
H A Ddebug_line.c3 * DWARF 2 debug line info creation helper
134 -5, /* sensible value for line base ... */
135 14, /* ... and line range are guessed statically */
276 static ubyte get_special_opcode(struct debug_line_info const * line, argument
284 temp = (line->lineno - last_lineno) -
289 delta_addr = (line->vma - last_vma) /
307 struct debug_line_info const * line, size_t nr_entry,
316 * line = 1
331 emit_advance_lineno(b, line[0].lineno - last_lineno);
332 last_lineno = line[
306 emit_lineno_info(struct growable_buffer * b, struct debug_line_info const * line, size_t nr_entry, unsigned long code_addr) argument
373 add_debug_line(struct growable_buffer * b, struct debug_line_info const * line, size_t nr_entry, unsigned long code_addr) argument
[all...]

Completed in 241 milliseconds

<<11121314151617181920>>