Searched refs:prc (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-get_d.c44 test_denorms (int prc) argument
51 mpf_set_default_prec (prc);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dadd.c139 int prc = LDAP_SUCCESS; local
164 SQL_PARAM_OUTPUT, &prc );
234 if ( rc == SQL_SUCCESS && prc == LDAP_SUCCESS ) {
241 "execution failed (rc=%d, prc=%d)\n",
242 rc, prc, 0 );
243 if ( prc != LDAP_SUCCESS ) {
246 rs->sr_err = BACKSQL_SANITIZE_ERROR( prc );
433 int prc = LDAP_SUCCESS; local
451 SQL_PARAM_OUTPUT, &prc );
520 if ( rc == SQL_SUCCESS && prc
596 int prc = LDAP_SUCCESS; local
796 int prc = LDAP_SUCCESS; local
[all...]
H A Ddelete.c94 int prc = LDAP_SUCCESS; local
122 rc = backsql_BindParamInt( sth, 1, SQL_PARAM_OUTPUT, &prc );
156 if ( rc == SQL_SUCCESS && prc == LDAP_SUCCESS ) {
161 "delete_proc execution failed (rc=%d, prc=%d)\n",
162 rc, prc, 0 );
165 if ( prc != LDAP_SUCCESS ) {
168 rs->sr_err = BACKSQL_SANITIZE_ERROR( prc );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_overlay.c247 slapi_op_bind_callback( Operation *op, SlapReply *rs, int prc )
249 switch ( prc ) {
268 if ( BER_BVISNULL( &op->o_conn->c_ndn ) && prc == 1 ) {
298 slapi_op_search_callback( Operation *op, SlapReply *rs, int prc )
303 if ( prc < 0 ) {
H A Dslapi_ops.c70 plugin_result_callback prc = NULL; local
76 slapi_pblock_get( pb, SLAPI_X_INTOP_RESULT_CALLBACK, (void **)&prc );
83 if ( prc != NULL ) {
84 (*prc)( rs->sr_err, callback_data );
632 plugin_result_callback prc,
648 slapi_pblock_set( pb, SLAPI_X_INTOP_RESULT_CALLBACK, (void *)prc );
630 slapi_search_internal_callback_pb( Slapi_PBlock *pb, void *callback_data, plugin_result_callback prc, plugin_search_entry_callback psec, plugin_referral_entry_callback prec ) argument
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dslapi-plugin.h364 plugin_result_callback prc, plugin_search_entry_callback psec,
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c65386 int prc; local
[all...]

Completed in 382 milliseconds