Searched refs:bind (Results 1 - 25 of 465) sorted by relevance

1234567891011>>

/freebsd-current/contrib/kyua/utils/sqlite/
H A Dstatement.hpp118 void bind(const int, const blob&);
119 void bind(const int, const double);
120 void bind(const int, const int);
121 void bind(const int, const int64_t);
122 void bind(const int, const null&);
123 void bind(const int, const std::string&);
124 template< class T > void bind(const char*, const T&);
/freebsd-current/contrib/kyua/store/
H A Dwrite_transaction.cpp86 stmt.bind(":var_name", (*iter).first);
87 stmt.bind(":var_value", (*iter).second);
131 stmt.bind(":metadata_id", metadata_id);
135 stmt.bind(":property_name", (*iter).first);
136 stmt.bind(":property_value", (*iter).second);
178 stmt.bind(":contents", sqlite::blob(contents.c_str(), contents.length()));
268 stmt.bind(":cwd", context.cwd().str());
302 stmt.bind(":absolute_path", test_program.absolute_path().str());
306 stmt.bind(":root", test_program.root().str());
307 stmt.bind("
[all...]
H A Ddbtypes.cpp45 /// \param stmt The statement to which to bind the parameter.
47 /// \param value The value to bind.
51 stmt.bind(field, value ? "true" : "false");
57 /// \param stmt The statement to which to bind the parameter.
59 /// \param delta The value to bind.
64 stmt.bind(field, static_cast< int64_t >(delta.to_microseconds()));
73 /// \param stmt The statement to which to bind the parameter.
75 /// \param str The string to bind.
81 stmt.bind(field, sqlite::null());
83 stmt.bind(fiel
[all...]
/freebsd-current/contrib/pjdfstest/tests/open/
H A D24.t28 expect 0 bind ${n0}
/freebsd-current/tests/sys/common/
H A Ddivert.py52 s.bind(('0.0.0.0', args.divert_port))
59 s.bind(('0.0.0.0', args.divert_port))
67 s.bind(('0.0.0.0', args.divert_port))
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp203 .bind("c_object")));
214 .bind("osnumber"))))))))))
215 .bind("cpp_object")));
225 .bind("objc_object")));
239 // The .bind here is in order to compose the error message more accurately.
243 .bind("objc_bool_type");
245 // The .bind here is in order to compose the error message more accurately.
247 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"),
250 // The .bind here is in order to compose the error message more accurately.
257 .bind("int_typ
[all...]
H A DRunLoopAutoreleaseLeakChecker.cpp136 .bind(RunLoopBind);
140 Extra).bind(RunLoopRunBind);
143 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind);
151 .bind(OtherMsgBind);
159 hasAncestor(autoreleasePoolStmt().bind(OtherStmtAutoreleasePoolBind)));
164 hasDescendant(OtherMessageSentM)).bind(AutoreleasePoolBind);
H A DObjCAutoreleaseWriteChecker.cpp177 .bind(ParamBind);
180 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind);
190 ).bind(ProblematicWriteBind);
217 .bind(IsARPBind);
225 objcMethodDecl(HasParamAndWritesInMarkedFuncM).bind(IsMethodBind),
H A DGCDAntipatternChecker.cpp66 declRefExpr(to(varDecl().bind(DeclName)))));
99 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)),
128 ).bind(WarnAtNode));
141 varDecl(hasDescendant(DispatchGroupCreateM)).bind(GroupBinding)),
174 ).bind(WarnAtNode));
/freebsd-current/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c40 * bind() and connect() on UNIX domain sockets. In particular, make sure
112 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) {
113 warn("bind_test: bind(sun) #1");
124 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) == 0) {
125 warnx("bind_test: bind(sun) #2 succeeded");
130 warn("bind_test: bind(sun) #2");
146 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) {
147 warnx("bind_test: bind(sun) #3 succeeded");
153 warn("bind_test: bind(sun) #2");
166 if (bind(sock
[all...]
/freebsd-current/share/man/man1/
H A DMakefile17 builtin.1 bind.1 \
/freebsd-current/share/examples/netgraph/
H A Dudp.tunnel39 ngctl msg ng0:inet bind inet/${LOC_EXTERIOR_IP}:${UDP_TUNNEL_PORT}
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h118 Error bind(unsigned Port, const char *HostInterface = "0.0.0.0");
122 Expected<unsigned> bind(const char *HostInterface = "0.0.0.0");
/freebsd-current/tests/sys/kern/
H A Dshutdown_dgram.c94 ATF_REQUIRE(bind(s, (struct sockaddr *)&sun, sizeof(sun)) == 0);
102 ATF_REQUIRE(bind(s, (struct sockaddr *)&sin, sizeof(sin)) == 0);
/freebsd-current/sys/dev/xen/evtchn/
H A Devtchn_dev.c73 struct mtx bind_mutex; /* serialize bind/unbind operations */
397 struct ioctl_evtchn_bind_virq *bind; local
402 bind = (struct ioctl_evtchn_bind_virq *)arg;
404 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0,
413 bind->port = evtchn->port;
418 struct ioctl_evtchn_bind_interdomain *bind; local
423 bind = (struct ioctl_evtchn_bind_interdomain *)arg;
426 bind->remote_domain, bind->remote_port, NULL,
435 bind
440 struct ioctl_evtchn_bind_unbound_port *bind; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp254 .bind(NodeID<Expr>::value)),
292 .bind(NodeID<Expr>::value)),
441 .bind("stmt"))),
454 .bind(NodeID<Expr>::value)),
467 .bind(NodeID<Expr>::value)),
479 .bind("stmt")),
492 .bind(NodeID<Expr>::value)),
502 .bind("expr")),
521 .bind(NodeID<Decl>::value)),
524 .bind("stm
[all...]
/freebsd-current/contrib/kyua/cli/
H A Dcmd_db_exec_test.cpp64 insert.bind(":column", value);
142 insert.bind(":v1", "A string");
143 insert.bind(":v2", sqlite::blob(memory, std::strlen(memory)));
/freebsd-current/usr.bin/gprof/
H A Delf.c129 int bind; local
132 bind = ELF_ST_BIND(sym->st_info);
135 (aflag && bind == STB_LOCAL) ||
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_bind.c58 * those structure members shall not be accessed if bind
66 ATF_REQUIRE(-1 == bind(sock, (struct sockaddr *)&addr, sizeof(addr)));
/freebsd-current/contrib/openresolv/
H A Dnamed.in43 elif [ -x "$RCDIR"/rc.bind ]; then
45 named_service=rc.bind
88 # No point in changing files or reloading bind if the end result has not
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dzfs_diff-socket.c47 if (bind(fd, (struct sockaddr *)&sock, sizeof (struct sockaddr_un))) {
48 perror("bind");
/freebsd-current/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp126 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { function in class:HTTPServer
134 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { function in class:HTTPServer
182 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { function in class:HTTPServer
186 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { function in class:HTTPServer
/freebsd-current/sys/contrib/xen/io/
H A Dpvcalls.h91 } bind; member in union:xen_pvcalls_request::__anon73
131 } bind; member in union:xen_pvcalls_response::__anon74
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp35 .bind("nodeClade")),
36 optionally(isDerivedFrom(cxxRecordDecl().bind("derivedFrom"))))
37 .bind("className"),
42 .bind("templateName"),
158 .bind("stmtOrDeclBase"))),
160 cxxRecordDecl(hasName("clang::Expr")).bind("exprBase"))),
163 .bind("typeLocBase"))))),
165 .bind("classMethod")),
/freebsd-current/tools/test/stress2/misc/
H A Ddatagram.sh73 if (bind(sockfd, (struct sockaddr *) &addr,
75 err(1, "bind");

Completed in 249 milliseconds

1234567891011>>