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

1234567891011>>

/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_mysql.c79 MYSQL_BIND *bind; member in struct:apr_dbd_results_t
149 MYSQL_BIND *bind = &res->bind[col]; local
155 rv = mysql_stmt_fetch_column(res->statement, bind, col,
161 blength -= blength > bind->buffer_length ? bind->buffer_length : blength;
163 *str = bind->buffer;
166 bind->buffer = apr_palloc(res->pool, bind->buffer_length);
337 MYSQL_BIND *bind;
366 MYSQL_BIND *bind; local
393 MYSQL_BIND *bind = &row->res->bind[n]; local
610 dbd_mysql_bind(apr_dbd_prepared_t *statement, const char **values, MYSQL_BIND *bind) argument
646 dbd_mysql_pquery_internal(apr_pool_t *pool, apr_dbd_t *sql, int *nrows, apr_dbd_prepared_t *statement, MYSQL_BIND *bind) argument
672 MYSQL_BIND *bind; local
710 dbd_mysql_pselect_internal(apr_pool_t *pool, apr_dbd_t *sql, apr_dbd_results_t **res, apr_dbd_prepared_t *statement, int random, MYSQL_BIND *bind) argument
781 MYSQL_BIND *bind; local
820 dbd_mysql_bbind(apr_pool_t *pool, apr_dbd_prepared_t *statement, const void **values, MYSQL_BIND *bind) argument
958 MYSQL_BIND *bind; local
1002 MYSQL_BIND *bind; local
[all...]
/freebsd-11-stable/contrib/pjdfstest/tests/open/
H A D24.t13 expect 0 bind ${n0}
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp205 .bind("c_object")));
216 .bind("osnumber"))))))))))
217 .bind("cpp_object")));
227 .bind("objc_object")));
241 // The .bind here is in order to compose the error message more accurately.
244 typedefDecl(hasName("BOOL"))))).bind("objc_bool_type");
246 // The .bind here is in order to compose the error message more accurately.
248 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"),
251 // The .bind here is in order to compose the error message more accurately.
258 .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 DGCDAntipatternChecker.cpp68 declRefExpr(to(varDecl().bind(DeclName)))));
101 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)),
130 ).bind(WarnAtNode));
143 varDecl(hasDescendant(DispatchGroupCreateM)).bind(GroupBinding)),
176 ).bind(WarnAtNode));
H A DObjCAutoreleaseWriteChecker.cpp156 .bind(ParamBind);
159 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind);
169 ).bind(ProblematicWriteBind);
197 objcMethodDecl(HasParamAndWritesInMarkedFuncM).bind(IsMethodBind),
H A DStreamChecker.cpp71 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 3)},
73 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 3)},
76 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
78 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
80 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
82 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
84 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
86 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
88 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
90 std::bind(
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-gimplify.c143 tree decls, bind; local
166 bind = build3 (BIND_EXPR, void_type_node, decls, body, block);
167 TREE_SIDE_EFFECTS (bind) = 1;
170 bind = body;
172 return bind;
/freebsd-11-stable/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c42 * bind() and connect() on UNIX domain sockets. In particular, make sure
114 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) {
115 warn("bind_test: bind(sun) #1");
126 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) == 0) {
127 warnx("bind_test: bind(sun) #2 succeeded");
132 warn("bind_test: bind(sun) #2");
148 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) {
149 warnx("bind_test: bind(sun) #3 succeeded");
155 warn("bind_test: bind(sun) #2");
168 if (bind(sock
[all...]
/freebsd-11-stable/share/man/man1/
H A DMakefile21 builtin.1 bind.1 \
/freebsd-11-stable/share/examples/netgraph/
H A Dudp.tunnel40 ngctl msg ng0:inet bind inet/${LOC_EXTERIOR_IP}:${UDP_TUNNEL_PORT}
/freebsd-11-stable/usr.bin/gprof/
H A Delf.c133 int bind; local
136 bind = ELF_ST_BIND(sym->st_info);
139 (aflag && bind == STB_LOCAL) ||
/freebsd-11-stable/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-11-stable/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-11-stable/bin/sh/
H A Dbuiltins.def54 bindcmd bind
/freebsd-11-stable/usr.bin/talk/
H A Dctl.c81 if (bind(sockt, (struct sockaddr *)&my_addr, sizeof(my_addr)) != 0)
102 if (bind(ctl_sockt,
104 p_error("Couldn't bind to control socket");
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.init_fedora44 mount --bind -n /dev/log ${rootdir}/dev/log >/dev/null 2>&1;
45 mount --bind -n /dev/urandom ${rootdir}/dev/urandom >/dev/null 2>&1;
46 mount --bind -n /var/run/unbound ${rootdir}/var/run/unbound >/dev/null 2>&1;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp142 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)),
179 .bind(NodeID<Expr>::value)),
291 .bind("stmt")),
302 .bind(NodeID<Expr>::value)),
311 .bind(NodeID<Expr>::value)),
324 .bind(NodeID<Expr>::value)),
333 .bind("expr")),
344 .bind(NodeID<Decl>::value)),
360 .bind(NodeID<Expr>::value)),
374 hasParent(declStmt().bind("stm
[all...]
/freebsd-11-stable/sys/dev/xen/evtchn/
H A Devtchn_dev.c79 struct mtx bind_mutex; /* serialize bind/unbind operations */
403 struct ioctl_evtchn_bind_virq *bind; local
408 bind = (struct ioctl_evtchn_bind_virq *)arg;
410 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0,
419 bind->port = evtchn->port;
424 struct ioctl_evtchn_bind_interdomain *bind; local
429 bind = (struct ioctl_evtchn_bind_interdomain *)arg;
432 bind->remote_domain, bind->remote_port, NULL,
441 bind
446 struct ioctl_evtchn_bind_unbound_port *bind; local
[all...]
/freebsd-11-stable/sys/rpc/
H A Dsvc_generic.c158 struct t_bind bind; local
169 bind.addr = *taddr;
171 bind.qlen = -1;
172 xprt = svc_tli_create(pool, NULL, nconf, &bind, 0, 0);
173 free(bind.addr.buf, M_RPC);
209 const struct t_bind *bindaddr, /* Local bind address */
244 * If the socket is unbound, try to bind it.
255 "svc_tli_create: could not bind to anonymous port\n");
264 "svc_tli_create: could not bind to requested address\n");
/freebsd-11-stable/contrib/libexecinfo/
H A Dsymtab.c84 symtab_create(int fd, int bind, int type) argument
130 if (bind != -1 &&
131 (unsigned)bind != ELF_ST_BIND(sym.st_info))
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h69 #ifdef bind
70 #undef bind macro
72 #define bind(s,myaddr,addrlen) swrap_bind(s,myaddr,addrlen) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp87 to(varDecl(hasType(isInteger())).bind(BindName))))),
89 integerLiteral().bind("boundNum"))))
90 .bind("conditionOperator");
146 integerLiteral().bind("initNum"))),
151 integerLiteral().bind("initNum")))))),
159 unless(hasBody(hasSuspiciousStmt("initVarName")))).bind("forLoop");
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dsockraw.c61 if (bind(fd, &s, sizeof(s)) == -1)
62 perror("bind");
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Drresvport.c90 if (bind(s, sa, salen) >= 0)

Completed in 163 milliseconds

1234567891011>>