| /src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| modrdn.c | 42 SQLHSTMT sth = SQL_NULL_HSTMT; local 273 SQLFreeStmt( sth, SQL_DROP ); 284 rc = backsql_Prepare( dbh, &sth, bi->sql_renentry_stmt, 0 ); 290 sth, rc ); 298 rc = backsql_BindParamBerVal( sth, 1, SQL_PARAM_INPUT, &realnew_dn ); 305 sth, rc ); 306 SQLFreeStmt( sth, SQL_DROP ); 314 rc = backsql_BindParamID( sth, 2, SQL_PARAM_INPUT, &n_id.eid_id ); 321 sth, rc ); 322 SQLFreeStmt( sth, SQL_DROP ) [all...] |
| delete.c | 95 SQLHSTMT sth = SQL_NULL_HSTMT; local 101 sth = *sthp; 109 rc = backsql_Prepare( dbh, &sth, eid->eid_oc->bom_delete_proc, 0 ); 114 backsql_PrintErrors( bi->sql_db_env, dbh, sth, rc ); 124 rc = backsql_BindParamInt( sth, 1, SQL_PARAM_OUTPUT, &prc ); 131 sth, rc ); 132 SQLFreeStmt( sth, SQL_DROP ); 141 rc = backsql_BindParamID( sth, pno + 1, SQL_PARAM_INPUT, &eid->eid_keyval ); 148 sth, rc ); 149 SQLFreeStmt( sth, SQL_DROP ) 406 SQLHSTMT sth = SQL_NULL_HSTMT; local [all...] |
| add.c | 170 SQLHSTMT sth = SQL_NULL_HSTMT; local 173 rc = backsql_Prepare( dbh, &sth, at->bam_delete_proc, 0 ); 182 sth, rc ); 191 rc = backsql_BindParamInt( sth, 1, 199 sth, rc ); 200 SQLFreeStmt( sth, SQL_DROP ); 208 rc = backsql_BindParamID( sth, pno + 1 + po, 216 sth, rc ); 217 SQLFreeStmt( sth, SQL_DROP ); 235 rc = backsql_BindParamStr( sth, pno + 2 - po 456 SQLHSTMT sth = SQL_NULL_HSTMT; local 614 SQLHSTMT sth = SQL_NULL_HSTMT; local 769 SQLHSTMT sth = SQL_NULL_HSTMT; local 935 SQLHSTMT sth = SQL_NULL_HSTMT; local [all...] |
| entry-id.c | 126 SQLHSTMT sth = SQL_NULL_HSTMT; local 193 rc = backsql_Prepare( dbh, &sth, bi->sql_id_query, 0 ); 199 backsql_PrintErrors( bi->sql_db_env, dbh, sth, rc ); 248 rc = backsql_BindParamBerVal( sth, 1, SQL_PARAM_INPUT, &tbbDN ); 254 backsql_PrintErrors( bi->sql_db_env, dbh, sth, rc ); 259 rc = SQLExecute( sth ); 264 backsql_PrintErrors( bi->sql_db_env, dbh, sth, rc ); 269 backsql_BindRowAsStrings_x( sth, &row, op->o_tmpmemctx ); 270 rc = SQLFetch( sth ); 373 if ( sth != SQL_NULL_HSTMT ) 392 SQLHSTMT sth = SQL_NULL_HSTMT; local 512 SQLHSTMT sth = SQL_NULL_HSTMT; local [all...] |
| schema-map.c | 496 SQLHSTMT sth = SQL_NULL_HSTMT; local 512 rc = backsql_Prepare( dbh, &sth, 524 SQLFreeStmt( sth, SQL_DROP ); 530 rc = backsql_Prepare( dbh, &sth, bi->sql_oc_query, 0 ); 535 backsql_PrintErrors( bi->sql_db_env, dbh, sth, rc ); 539 rc = SQLExecute( sth ); 543 backsql_PrintErrors( bi->sql_db_env, dbh, sth, rc ); 547 backsql_BindRowAsStrings( sth, &oc_row ); 548 rc = SQLFetch( sth ); 555 for ( ; BACKSQL_SUCCESS( rc ); rc = SQLFetch( sth ) ) { [all...] |
| search.c | 1744 SQLHSTMT sth = SQL_NULL_HSTMT; local 1829 rc = backsql_Prepare( bsi->bsi_dbh, &sth, query.bv_val, 0 ); 1835 backsql_PrintErrors( bi->sql_db_env, bsi->bsi_dbh, sth, rc ); 1843 rc = backsql_BindParamNumID( sth, 1, SQL_PARAM_INPUT, 1876 rc = backsql_BindParamStr( sth, 2, SQL_PARAM_INPUT, 1882 sth, rc ); 1961 rc = backsql_BindParamStr( sth, 2, SQL_PARAM_INPUT, 1967 sth, rc ); 1979 rc = backsql_BindParamID( sth, 2, SQL_PARAM_INPUT, 1990 rc = SQLExecute( sth ); [all...] |
| /src/sys/dev/pci/cxgb/ |
| cxgb_lro.c | 84 struct tcphdr *sth = (struct tcphdr *) (sih + 1); local 86 return (th->th_sport == sth->th_sport && 87 th->th_dport == sth->th_dport &&
|
| /src/sys/arch/powerpc/powerpc/ |
| fix_unaligned.c | 84 UA_EVCNT_ATTACH(sth); variable 231 UA_EVCNT_INCR(sth);
|