Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_mysql.c79 MYSQL_BIND *bind; member
149 MYSQL_BIND *bind = &res->bind[col]; in lob_bucket_read() local
166 bind->buffer = apr_palloc(res->pool, bind->buffer_length); in lob_bucket_read()
337 MYSQL_BIND *bind;
342 bind = &row->res->bind[n];
366 MYSQL_BIND *bind; in dbd_mysql_get_entry() local
371 bind = &row->res->bind[n]; in dbd_mysql_get_entry()
393 MYSQL_BIND *bind = &row->res->bind[n]; in dbd_mysql_datum_get() local
448 *((char*)bind->buffer+bind->buffer_length-1) = '\0'; in dbd_mysql_datum_get()
616 bind[i].length = &bind[i].buffer_length; in dbd_mysql_bind()
[all …]
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.f90.var212 function omp_in_parallel() bind(c)
217 function omp_in_final() bind(c)
222 function omp_get_dynamic() bind(c)
227 function omp_get_nested() bind(c)
247 function omp_get_level() bind(c)
318 function omp_get_wtime() bind(c)
323 function omp_get_wtick() bind(c)
596 depobj_list) bind(c)
609 depobj_list) bind(c)
764 function kmp_malloc(size) bind(c)
[all …]
H A Domp_lib.h.var313 function omp_in_parallel() bind(c)
318 function omp_in_final() bind(c)
323 function omp_get_dynamic() bind(c)
328 function omp_get_nested() bind(c)
348 function omp_get_level() bind(c)
419 function omp_get_wtime() bind(c)
423 function omp_get_wtick() bind(c)
690 & depobj_list) bind(c)
800 function kmp_get_library() bind(c)
858 function kmp_malloc(size) bind(c)
[all …]
/freebsd-13.1/contrib/kyua/store/
H A Dwrite_transaction.cpp86 stmt.bind(":var_name", (*iter).first); in put_env_vars()
87 stmt.bind(":var_value", (*iter).second); in put_env_vars()
131 stmt.bind(":metadata_id", metadata_id); in put_metadata()
135 stmt.bind(":property_name", (*iter).first); in put_metadata()
268 stmt.bind(":cwd", context.cwd().str()); in put_context()
309 stmt.bind(":metadata_id", metadata_id); in put_test_program()
346 stmt.bind(":name", test_case.name()); in put_test_case()
347 stmt.bind(":metadata_id", metadata_id); in put_test_case()
384 stmt.bind(":test_case_id", test_case_id); in put_test_case_file()
385 stmt.bind(":file_name", name); in put_test_case_file()
[all …]
H A Ddbtypes.cpp51 stmt.bind(field, value ? "true" : "false"); in bind_bool()
64 stmt.bind(field, static_cast< int64_t >(delta.to_microseconds())); in bind_delta()
81 stmt.bind(field, sqlite::null()); in bind_optional_string()
83 stmt.bind(field, str); in bind_optional_string()
98 stmt.bind(field, "broken"); in bind_test_result_type()
102 stmt.bind(field, "expected_failure"); in bind_test_result_type()
106 stmt.bind(field, "failed"); in bind_test_result_type()
110 stmt.bind(field, "passed"); in bind_test_result_type()
114 stmt.bind(field, "skipped"); in bind_test_result_type()
132 stmt.bind(field, timestamp.to_microseconds()); in bind_timestamp()
H A Dread_transaction.cpp106 stmt.bind(":metadata_id", metadata_id); in get_metadata()
131 stmt.bind(":file_id", file_id); in get_file()
168 stmt.bind(":test_program_id", test_program_id); in get_test_cases()
235 stmt.bind(":id", id); in get_test_program()
405 stmt.bind(":test_case_id", test_case_id); in get_test_case_file()
406 stmt.bind(":file_name", filename); in get_test_case_file()
/freebsd-13.1/share/examples/BSD_daemon/
H A Deps.patch26 /col-1 {0 setgray} bind def
27 /col0 {0.000 0.000 0.000 srgb} bind def
29 /sh {show} bind def
30 /slc {setlinecap} bind def
31 /slj {setlinejoin} bind def
32 -/slw {setlinewidth} bind def
33 +/slw {linethickness mul setlinewidth} bind def
34 /srgb {setrgbcolor} bind def
35 /rot {rotate} bind def
36 /sc {scale} bind def
/freebsd-13.1/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&);
H A Dstatement.cpp493 sqlite::statement::bind(const int index, const blob& b) in bind() function in sqlite::statement
508 sqlite::statement::bind(const int index, const double value) in bind() function in sqlite::statement
522 sqlite::statement::bind(const int index, const int value) in bind() function in sqlite::statement
536 sqlite::statement::bind(const int index, const int64_t value) in bind() function in sqlite::statement
549 sqlite::statement::bind(const int index, const null& /* null */) in bind() function in sqlite::statement
567 sqlite::statement::bind(const int index, const std::string& text) in bind() function in sqlite::statement
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp205 .bind("c_object"))); in checkASTCodeBody()
216 .bind("osnumber")))))))))) in checkASTCodeBody()
217 .bind("cpp_object"))); in checkASTCodeBody()
227 .bind("objc_object"))); in checkASTCodeBody()
248 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"), in checkASTCodeBody()
258 .bind("int_type"); in checkASTCodeBody()
276 ))).bind("pedantic"); in checkASTCodeBody()
291 .bind("comparison"); in checkASTCodeBody()
298 .bind("comparison"); in checkASTCodeBody()
307 .bind("pedantic"); in checkASTCodeBody()
[all …]
H A DRunLoopAutoreleaseLeakChecker.cpp136 .bind(RunLoopBind); in getRunLoopRunM()
140 Extra).bind(RunLoopRunBind); in getRunLoopRunM()
143 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind); in getRunLoopRunM()
151 .bind(OtherMsgBind); in getOtherMessageSentM()
159 hasAncestor(autoreleasePoolStmt().bind(OtherStmtAutoreleasePoolBind))); in checkTempObjectsInSamePool()
164 hasDescendant(OtherMessageSentM)).bind(AutoreleasePoolBind); in checkTempObjectsInSamePool()
H A DObjCAutoreleaseWriteChecker.cpp175 .bind(ParamBind); in checkASTCodeBody()
178 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind); in checkASTCodeBody()
188 ).bind(ProblematicWriteBind); in checkASTCodeBody()
215 .bind(IsARPBind); in checkASTCodeBody()
223 objcMethodDecl(HasParamAndWritesInMarkedFuncM).bind(IsMethodBind), in checkASTCodeBody()
H A DGCDAntipatternChecker.cpp66 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl()
99 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)), in findGCDAntiPatternWithSemaphore()
128 ).bind(WarnAtNode)); in findGCDAntiPatternWithSemaphore()
141 varDecl(hasDescendant(DispatchGroupCreateM)).bind(GroupBinding)), in findGCDAntiPatternWithGroup()
174 ).bind(WarnAtNode)); in findGCDAntiPatternWithGroup()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp224 .bind(NodeID<Expr>::value)), in isUnevaluated()
371 .bind("stmt"))), in findDirectMutation()
383 .bind(NodeID<Expr>::value)), in findMemberMutation()
410 .bind("stmt")), in findCastMutation()
424 .bind(NodeID<Expr>::value)), in findCastMutation()
434 .bind("expr")), in findCastMutation()
454 .bind("stmt")), in findRangeLoopMutation()
482 .bind("stmt")), in findRangeLoopMutation()
524 hasParent(declStmt().bind("stmt")), in findReferenceMutation()
529 .bind(NodeID<Decl>::value))), in findReferenceMutation()
[all …]
/freebsd-13.1/sys/dev/xen/evtchn/
H A Devtchn_dev.c403 struct ioctl_evtchn_bind_virq *bind; in evtchn_ioctl() local
408 bind = (struct ioctl_evtchn_bind_virq *)arg; in evtchn_ioctl()
410 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0, in evtchn_ioctl()
419 bind->port = evtchn->port; in evtchn_ioctl()
424 struct ioctl_evtchn_bind_interdomain *bind; in evtchn_ioctl() local
429 bind = (struct ioctl_evtchn_bind_interdomain *)arg; in evtchn_ioctl()
432 bind->remote_domain, bind->remote_port, NULL, in evtchn_ioctl()
441 bind->port = evtchn->port; in evtchn_ioctl()
446 struct ioctl_evtchn_bind_unbound_port *bind; in evtchn_ioctl() local
451 bind = (struct ioctl_evtchn_bind_unbound_port *)arg; in evtchn_ioctl()
[all …]
/freebsd-13.1/contrib/tcsh/nls/C/
H A Dset201 $ tc.bind.c
15 13 -a list or bind KEY in alternative key map\n
19 17 -v bind all keys to vi bindings\n
20 18 -e bind all keys to emacs bindings\n
21 19 -d bind all keys to default editor's bindings (%s)\n
38 36 usage: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
/freebsd-13.1/contrib/tcsh/nls/ukrainian/
H A Dset201 $ tc.bind.c
15 13 -a list or bind KEY in alternative key map\n
19 17 -v bind all keys to vi bindings\n
20 18 -e bind all keys to emacs bindings\n
21 19 -d bind all keys to default editor's bindings (%s)\n
38 36 Використання: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
/freebsd-13.1/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c114 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in bind_test()
126 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test()
148 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test()
168 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test()
185 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in bind_test()
240 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in connect_test()
/freebsd-13.1/contrib/tcsh/nls/finnish/
H A Dset201 $ tc.bind.c
15 13 -a list or bind KEY in alternative key map\n
19 17 -v bind all keys to vi bindings\n
20 18 -e bind all keys to emacs bindings\n
21 19 -d bind all keys to default editor's bindings (%s)\n
38 36 Käyttö: bind [NÄPPÄIN | KOMENTO NÄPPÄIN | "emacs" | "vi" | "-a"]\n
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp35 .bind("nodeClade")), in ASTSrcLocProcessor()
36 optionally(isDerivedFrom(cxxRecordDecl().bind("derivedFrom")))) in ASTSrcLocProcessor()
37 .bind("className"), in ASTSrcLocProcessor()
42 .bind("templateName"), in ASTSrcLocProcessor()
158 .bind("stmtOrDeclBase"))), in CaptureMethods()
160 cxxRecordDecl(hasName("clang::Expr")).bind("exprBase"))), in CaptureMethods()
163 .bind("typeLocBase"))))), in CaptureMethods()
165 .bind("classMethod")), in CaptureMethods()
/freebsd-13.1/sys/rpc/
H A Dsvc_generic.c160 struct t_bind bind; in svc_tp_create() local
171 bind.addr = *taddr; in svc_tp_create()
173 bind.qlen = -1; in svc_tp_create()
174 xprt = svc_tli_create(pool, NULL, nconf, &bind, 0, 0); in svc_tp_create()
175 free(bind.addr.buf, M_RPC); in svc_tp_create()
/freebsd-13.1/tests/sys/common/
H A Ddivert.py55 s.bind(('0.0.0.0', args.divert_port))
62 s.bind(('0.0.0.0', args.divert_port))
70 s.bind(('0.0.0.0', args.divert_port))
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp89 declRefExpr(to(varDecl(hasType(isInteger())).bind(BindName))) in simpleCondition()
90 .bind(RefName))), in simpleCondition()
92 ignoringParenImpCasts(integerLiteral().bind("boundNum")))) in simpleCondition()
93 .bind("conditionOperator"); in simpleCondition()
149 integerLiteral().bind("initNum"))), in forLoopMatcher()
154 integerLiteral().bind("initNum")))))), in forLoopMatcher()
163 .bind("forLoop"); in forLoopMatcher()
/freebsd-13.1/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-13.1/usr.bin/gprof/
H A Delf.c135 int bind; in wantsym() local
138 bind = ELF_ST_BIND(sym->st_info); in wantsym()
141 (aflag && bind == STB_LOCAL) || in wantsym()

12345678910>>...23