Searched refs:hsp (Results 1 - 7 of 7) sorted by relevance

/external/curl/docs/examples/
H A Dhref_extractor.c38 void *hsp)
42 html_parser_char_parse(hsp, ((char *)buffer)[p]);
43 if(html_parser_cmp_tag(hsp, "a", 1))
44 if(html_parser_cmp_attr(hsp, "href", 4))
45 if(html_parser_is_in(hsp, HTML_VALUE_ENDED)) {
46 html_parser_val(hsp)[html_parser_val_length(hsp)] = '\0';
47 printf("%s\n", html_parser_val(hsp));
57 HTMLSTREAMPARSER *hsp; local
66 hsp
37 write_callback(void *buffer, size_t size, size_t nmemb, void *hsp) argument
[all...]
/external/tcpdump/
H A Dprint-ascii.c100 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; local
108 hsp = hexstuff; asp = asciistuff;
112 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
114 hsp += HEXDUMP_HEXSTUFF_PER_SHORT;
119 *hsp = *asp = '\0';
123 i = 0; hsp = hexstuff; asp = asciistuff;
129 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
131 hsp
[all...]
/external/libldac/src/
H A Dquant_fixp_ldac.c63 int lsp, hsp; local
71 hsp = ga_isp_ldac[iqu+1];
74 for (isp = lsp+1; isp < hsp; isp++) {
83 for (isp = lsp; isp < hsp; isp++) {
88 for (isp = lsp; isp < hsp; isp++) {
H A Dquant_ldac.c52 int lsp, hsp; local
61 hsp = ga_isp_ldac[iqu+1];
64 for (isp = lsp+1; isp < hsp; isp++) {
74 for (isp = lsp; isp < hsp; isp++) {
79 for (isp = lsp; isp < hsp; isp++) {
H A Dpack_ldac.c291 int lsp, hsp; local
297 hsp = ga_isp_ldac[iqu+1];
321 for (isp = lsp; isp < hsp; isp++) {
339 int lsp, hsp; local
348 hsp = ga_isp_ldac[iqu+1];
351 for (isp = lsp; isp < hsp; isp++) {
/external/valgrind/coregrind/
H A Dm_stacktrace.c764 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 342 milliseconds