Searched refs:retcode (Results 151 - 175 of 186) sorted by relevance

12345678

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dretcode.c0 /* retcode.c - customizable response for client testing purposes */
38 static slap_overinst retcode; variable
425 rs->sr_text = "retcode not found";
792 { "retcode-parent", "dn",
797 { "retcode-item", "rdn> <retcode> <...",
804 { "retcode-indir", "on|off",
811 { "retcode-sleep", "sleeptime",
949 "\"retcode-item <RDN> <retcode> [<tex
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dtypes.h108 unsigned int *retcode,
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dtypes.h103 unsigned int *retcode,
/macosx-10.9.5/shell_cmds-175/shlock/
H A Dshlock.c257 int retcode = FALSE; local
293 retcode = TRUE;
298 return(retcode);
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixThrd.c167 unsigned long retcode, *retcodePtr = &retcode;
171 *state = (int) retcode;
165 unsigned long retcode, *retcodePtr = &retcode; local
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixThrd.c170 unsigned long retcode;
172 result = pthread_join((pthread_t) threadId, (void**) &retcode);
174 *state = (int) retcode;
168 unsigned long retcode; local
/macosx-10.9.5/procmail-14/procmail/src/
H A Dcstdio.c245 { int retcode; local
251 { if((retcode=waitfor(childserverpid))==EXIT_SUCCESS)
253 syslog(LOG_WARNING,"LMTP child failed: exit code %d",retcode);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dhttpd.c129 unsigned int retcode; member in struct:isc_httpd
614 unsigned int *retcode, const char **retmsg,
624 *retcode = 404;
638 unsigned int *retcode, const char **retmsg,
648 *retcode = 500;
715 &httpd->retcode,
724 &httpd->retcode, &httpd->retmsg,
729 NULL, &httpd->retcode,
835 httpd->protocol, httpd->retcode, httpd->retmsg);
612 render_404(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
636 render_500(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/trace/
H A DInfo.c1782 trace_SQLGetInfo (int trace_leave, int retcode, argument
1790 _trace_print_function (en_GetInfo, trace_leave, retcode);
1803 trace_SQLGetInfoW (int trace_leave, int retcode, argument
1811 _trace_print_function (en_GetInfoW, trace_leave, retcode);
H A DGetData.c444 trace_SQLGetData (int trace_leave, int retcode, argument
453 _trace_print_function (en_GetData, trace_leave, retcode);
H A Dtrace.c668 _trace_print_function (int func, int trace_leave, int retcode) argument
671 char *ptr = "invalid retcode";
703 switch (retcode)
721 THREAD_IDENT, odbcapi_symtab[func], retcode, ptr);
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dsignal.c374 int retcode; local
383 retcode =0;
385 retcode = clist_h->dwProcessId;
394 return retcode;
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dsendf.c311 CURLcode retcode; local
314 bytes_written = Curl_send_plain(conn, num, mem, len, &retcode);
318 return retcode;
H A Dgtls.c881 CURLcode retcode; local
884 retcode = gtls_connect_common(conn, sockindex, FALSE, &done);
885 if(retcode)
886 return retcode;
H A Dftp.c4080 CURLcode retcode = CURLE_OK; local
4093 retcode = ftp_init(conn);
4094 if(retcode)
4095 return retcode;
4098 retcode = wc_statemach(conn);
4104 if(retcode) /* error, loop or skipping the file */
4105 return retcode;
4108 retcode = ftp_parse_url_path(conn);
4109 if(retcode)
4110 return retcode;
[all...]
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dcmdproxy.c374 spawn (char * progname, char * cmdline, char * dir, int * retcode) argument
398 if (retcode)
399 GetExitCodeProcess (child.hProcess, (DWORD *)retcode);
/macosx-10.9.5/ntp-88/lib/isc/
H A Dhttpd.c129 unsigned int retcode; member in struct:isc_httpd
605 unsigned int *retcode, const char **retmsg,
615 *retcode = 404;
681 &httpd->retcode,
690 &httpd->retcode, &httpd->retmsg,
794 httpd->protocol, httpd->retcode, httpd->retmsg);
603 render_404(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A Dinifile.c1054 BOOL retcode = FALSE; local
1096 retcode = TRUE;
1100 return retcode;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/
H A Drun.in48 AC_retcode=retcode@BUILD_RETCODE@
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_pools.h148 typedef int (*apr_abortfunc_t)(int retcode);
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_pools.h148 typedef int (*apr_abortfunc_t)(int retcode);
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dstatschannel.c944 unsigned int *retcode, const char **retmsg, const char **mimetype,
959 *retcode = 200;
975 unsigned int *retcode, const char **retmsg, const char **mimetype,
983 *retcode = 200;
943 render_index(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
974 render_xsl(const char *url, const char *querystring, void *args, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dcommon.c687 int retcode; local
692 retcode = lutil_b64_pton( cvalue,
696 if ( retcode == -1 || (unsigned) retcode > bv.bv_len ) {
702 bv.bv_len = retcode;
/macosx-10.9.5/vim-53/src/
H A Dex_eval.c115 * Return TRUE if a command with a subcommand resulting in "retcode" should
121 should_abort(retcode)
122 int retcode;
124 return ((retcode == FAIL && trylevel != 0 && !emsg_silent) || aborting());
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil.c113 apr_size_t retcode; local
158 apr_strftime(ts, &retcode, MAX_STRING_LEN, fmt, &xt);

Completed in 379 milliseconds

12345678