Searched refs:hsp (Results 1 – 4 of 4) sorted by relevance
/external/curl/docs/examples/ |
D | href_extractor.c | 38 void *hsp) in write_callback() argument 42 html_parser_char_parse(hsp, ((char *)buffer)[p]); in write_callback() 43 if (html_parser_cmp_tag(hsp, "a", 1)) in write_callback() 44 if (html_parser_cmp_attr(hsp, "href", 4)) in write_callback() 45 if (html_parser_is_in(hsp, HTML_VALUE_ENDED)) { in write_callback() 46 html_parser_val(hsp)[html_parser_val_length(hsp)] = '\0'; in write_callback() local 47 printf("%s\n", html_parser_val(hsp)); in write_callback() 57 HTMLSTREAMPARSER *hsp; in main() local 66 hsp = html_parser_init(); in main() 68 html_parser_set_tag_to_lower(hsp, 1); in main() [all …]
|
/external/tcpdump/ |
D | print-ascii.c | 100 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; in hex_and_ascii_print_with_offset() local 108 hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset() 112 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset() 114 hsp += HEXDUMP_HEXSTUFF_PER_SHORT; in hex_and_ascii_print_with_offset() 119 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset() 123 i = 0; hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset() 129 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset() 131 hsp += 3; in hex_and_ascii_print_with_offset() 136 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
|
/external/valgrind/coregrind/ |
D | m_stacktrace.c | 764 Word hsp = VG_(threads)[tid_if_known].arch.vex.guest_REDIR_SP; local 766 if (hsp >= 1 && hsp < redir_stack_size) 768 .arch.vex.guest_REDIR_STACK[hsp-1]; 842 Word hsp = VG_(threads)[tid_if_known] local 844 hsp -= 2 * redirs_used; 846 if (hsp >= 1 && hsp < redir_stack_size) 848 .arch.vex.guest_REDIR_STACK[hsp-1];
|
/external/opencv3/modules/cudaimgproc/src/ |
D | mssegmentation.cpp | 234 const int hsp = sp; in meanShiftSegmentation() local 325 if (c1 != c2 && g.edges[e_it].val.dr < hr && g.edges[e_it].val.dsp < hsp) in meanShiftSegmentation()
|