Searched defs:result_buf (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/dns/
H A Daddress_sorter_unittest.cc31 void OnSortComplete(AddressList* result_buf, argument
36 *result_buf = result;
H A Daddress_sorter_posix_unittest.cc131 void OnSortComplete(AddressList* result_buf, argument
137 *result_buf = result;
/external/chromium_org/ppapi/cpp/
H A Dfile_io.cc63 int32_t FileIO::Query(PP_FileInfo* result_buf, argument
67 pp_resource(), result_buf, cc.pp_completion_callback());
70 pp_resource(), result_buf, cc.pp_completion_callback());
/external/openssl/crypto/ui/
H A Dui_locl.h110 char *result_buf; /* Input and Output: If not NULL, user-defined member in struct:ui_string_st
H A Dui_lib.c141 char *result_buf)
150 || type == UIT_BOOLEAN) && result_buf == NULL)
160 ret->result_buf=result_buf;
167 char *result_buf, int minsize, int maxsize, const char *test_buf)
171 type, input_flags, result_buf);
194 char *result_buf)
220 type, input_flags, result_buf);
244 char *result_buf, int minsize, int maxsize)
247 UIT_PROMPT, flags, result_buf, minsiz
139 general_allocate_prompt(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) argument
165 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
190 general_allocate_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf) argument
243 UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
251 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
270 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
277 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
296 UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) argument
304 UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, const char *ok_chars, const char *cancel_chars, int flags, char *result_buf) argument
[all...]
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c397 result_buf:
411 hostent * result_buf,
426 result_buf:
441 hostent * result_buf,
458 result_buf:
474 hostent * result_buf,
531 hostent * result_buf,
593 hostent * result_buf,
661 hostent * result_buf,
676 name, AF_INET, result_buf, bu
659 _nss_mdns_gethostbyname_r( const char *name, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument
682 _nss_mdns_gethostbyname2_r( const char *name, int af, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument
706 _nss_mdns_gethostbyaddr_r( const void *addr, socklen_t len, int af, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument
782 mdns_gethostbyname2( const char *name, int af, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument
1497 init_result( result_map_t * result, hostent * result_buf, char * buf, size_t buflen ) argument
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp987 FX_LPBYTE result_buf = m_pBitmap->GetBuffer(); local
1013 FX_LPBYTE result_scan = result_buf + dest_y * m_pBitmap->GetPitch();

Completed in 591 milliseconds