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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dadd.c137 int prc = LDAP_SUCCESS; local
162 SQL_PARAM_OUTPUT, &prc );
227 if ( rc == SQL_SUCCESS && prc == LDAP_SUCCESS ) {
234 "execution failed (rc=%d, prc=%d)\n",
235 rc, prc, 0 );
236 if ( prc != LDAP_SUCCESS ) {
239 rs->sr_err = BACKSQL_SANITIZE_ERROR( prc );
427 int prc = LDAP_SUCCESS; local
445 SQL_PARAM_OUTPUT, &prc );
509 if ( rc == SQL_SUCCESS && prc
586 int prc = LDAP_SUCCESS; local
781 int prc = LDAP_SUCCESS; local
[all...]
H A Ddelete.c92 int prc = LDAP_SUCCESS; local
120 rc = backsql_BindParamInt( sth, 1, SQL_PARAM_OUTPUT, &prc );
154 if ( rc == SQL_SUCCESS && prc == LDAP_SUCCESS ) {
159 "delete_proc execution failed (rc=%d, prc=%d)\n",
160 rc, prc, 0 );
163 if ( prc != LDAP_SUCCESS ) {
166 rs->sr_err = BACKSQL_SANITIZE_ERROR( prc );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_overlay.c245 slapi_op_bind_callback( Operation *op, SlapReply *rs, int prc )
247 switch ( prc ) {
266 if ( BER_BVISNULL( &op->o_conn->c_ndn ) && prc == 1 ) {
296 slapi_op_search_callback( Operation *op, SlapReply *rs, int prc )
301 if ( prc < 0 ) {
H A Dslapi_ops.c68 plugin_result_callback prc = NULL; local
74 slapi_pblock_get( pb, SLAPI_X_INTOP_RESULT_CALLBACK, (void **)&prc );
81 if ( prc != NULL ) {
82 (*prc)( rs->sr_err, callback_data );
630 plugin_result_callback prc,
646 slapi_pblock_set( pb, SLAPI_X_INTOP_RESULT_CALLBACK, (void *)prc );
628 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
/macosx-10.10/curl-83.1.2/curl/lib/
H A DMakefile.b3248 CC_FLAGS = -5 -O2 -tWM -w -w-aus -w-ccc -w-dup -w-prc -w-pro -w-rch -w-sig -w-spa -w-inl -w-pia -w-pin -Dinline=__inline
/macosx-10.10/curl-83.1.2/curl/src/
H A DMakefile.b3245 CC_FLAGS = -5 -O2 -tWM -w -w-aus -w-ccc -w-dup -w-prc -w-pro -w-rch -w-sig -w-spa -w-inl -w-pia -w-pin -Dinline=__inline
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_settracefunc.rb304 prc = Proc.new { |event, file, lineno, mid, binding, klass|
307 prc = prc # suppress warning
317 1: th.set_trace_func(prc)
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c55 HDC hdc, OPTIONAL const RECT *prc);
69 int iPartId, int iStateId, int iPropId, OPTIONAL RECT *prc,
72 int iStateId, RECT *prc, enum THEMESIZE eSize, SIZE *psz);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_m.c1504 PRStatus prc; local
1513 prc = PR_GetFileInfo( certdir, &prfi );
1515 if ( prc == PR_SUCCESS ) {
/macosx-10.10/ruby-106/ruby/
H A Dproc.c131 * prc.lambda? -> true or false
519 * prc.call(params,...) -> obj
520 * prc[params,...] -> obj
521 * prc.(params,...) -> obj
527 * to an array). Note that prc.() invokes prc.call() with the parameters
626 * prc.arity -> fixnum
751 * prc.source_location -> [String, Fixnum]
784 * prc.parameters -> array
788 * prc
804 rb_hash_proc(st_index_t hash, VALUE prc) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dslapi-plugin.h362 plugin_result_callback prc, plugin_search_entry_callback psec,
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderThemeWinCE.cpp77 int iStateId, RECT* prc, int ts,
/macosx-10.10/tcl-105/tk/tk/win/
H A DttkWinXPTheme.c48 RECT *prc, enum THEMESIZE eSize, SIZE *psz);
511 NULL /*RECT *prc*/,
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit5052 ,prc �z # ---> 8v0^4^3v 4
11584 ;prc �� # ---> 0-0^4^3v 0
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c64167 int prc; local
[all...]

Completed in 611 milliseconds