Searched defs:s3 (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dlist_test.c132 char s3[] = "three"; local
137 RE(atf_list_append(&list, s3, false));
H A Dmap_test.c209 char s3[] = "three"; local
214 RE(atf_map_insert(&map, "K3", s3, false));
/bind-9.11.3/lib/isc/tests/
H A Dsocket_test.c224 isc_socket_t *s1 = NULL, *s2 = NULL, *s3 = NULL; local
257 result = isc_socket_dup(s2, &s3);
300 result = isc_socket_recv(s3, &r, 1, task, event_done, &completion);
311 isc_socket_detach(&s3);
536 isc_socket_t *s1 = NULL, *s2 = NULL, *s3 = NULL; local
581 s3 = completion2.socket;
603 result = isc_socket_recv(s3, &r, 1, task, event_done, &completion);
620 isc_socket_detach(&s3);
635 isc_socket_t *s1 = NULL, *s2 = NULL, *s3 = NULL; local
684 s3
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dreader.cpp274 struct timeval s3; local
275 timersub(&s2, &s1, &s3);
296 ATF_PARSER_CALLBACK(p, got_tp_end(&s3, reason));
351 struct timeval s3; local
352 timersub(&s2, &s1, &s3);
369 ATF_PARSER_CALLBACK(p, got_tc_end("passed", &s3, ""));
386 ATF_PARSER_CALLBACK(p, got_tc_end(state, &s3, reason));
/bind-9.11.3/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c881 sqlite3_instance_t *s3 = NULL; local
899 s3 = calloc(1, sizeof(sqlite3_instance_t));
900 if (s3 == NULL)
902 memset(s3, 0, sizeof(sqlite3_instance_t));
907 b9_add_helper(s3, helper_name, va_arg(ap, void*));
912 s3->log(ISC_LOG_DEBUG(1), "SQLite3 module: running multithreaded");
915 s3->log(ISC_LOG_DEBUG(1), "SQLite3 module: running single threaded");
920 s3->log(ISC_LOG_ERROR,
928 s3->log(ISC_LOG_ERROR,
935 s3
[all...]

Completed in 17 milliseconds