HomeSort by relevance Sort by last modified time
    Searched full:errcode (Results 51 - 75 of 181) sorted by null

1 23 4 5 6 7 8

  /external/openssl/crypto/x509v3/
v3_lib.c 243 int errcode; local
260 errcode = X509V3_R_EXTENSION_EXISTS;
274 errcode = X509V3_R_EXTENSION_NOT_FOUND;
305 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
  /external/svox/pico/lib/
picoapi.c 194 * @param errCode : pico_System error code
203 pico_Status errCode,
218 if (errCode == PICO_OK) {
222 picoos_setErrorMsg((picoos_char *) outMessage, PICO_RETSTRINGSIZE, errCode, NULL, NULL, NULL);
691 * @param errCode : error code
700 pico_Status errCode,
706 PICODBG_DEBUG(("got error code %i", errCode));
718 if (errCode == PICO_OK) {
722 picoos_setErrorMsg((picoos_char *) outMessage, PICO_RETSTRINGSIZE, errCode, NULL, NULL, NULL);
picoapi.h 238 pico_Status errCode,
441 pico_Status errCode,
  /external/e2fsprogs/e2fsck/
super.c 53 errcode_t errcode; member in struct:process_block_struct
106 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
108 if (pb->errcode)
128 pb->errcode = io_channel_read_blk(fs->io, blk, 1,
130 if (pb->errcode)
134 pb->errcode = io_channel_write_blk(fs->io, blk, 1,
136 if (pb->errcode)
168 pb.errcode = 0;
rehash.c 850 pctx.errcode = retval;
876 pctx.errcode = e2fsck_rehash_dir(ctx, ino);
877 if (pctx.errcode) {
unix.c 1128 pctx.errcode = ext2fs_get_device_size2(ctx->filesystem_name,
1138 if (pctx.errcode == EBUSY) {
1141 pctx.errcode =
1146 if (pctx.errcode == EXT2_ET_UNIMPLEMENTED)
1148 else if (pctx.errcode) {
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.h 91 * @param errCode (IN) Error code from the core
99 M4OSA_ERR errCode,
VideoEditorThumbnailMain.cpp 85 * @param errCode (IN) Error code from the Core
93 M4OSA_ERR errCode, M4OSA_Void* pCbData,
  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 543 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message) {
544 if (errcode == SQLITE_DONE) {
545 throw_sqlite3_exception(env, errcode, NULL, message);
548 sprintf(temp, "error code %d", errcode);
549 throw_sqlite3_exception(env, errcode, temp, message);
556 void throw_sqlite3_exception(JNIEnv* env, int errcode,
559 switch (errcode) {
  /external/grub/netboot/
fsys_tftp.c 107 ntohs (tr->u.err.errcode),
163 tp.u.err.errcode = 8;
167 + sizeof (tp.opcode) + sizeof (tp.u.err.errcode)
etherboot.h 361 unsigned short errcode; member in struct:tftp_t::__anon5919::__anon5922
394 unsigned short errcode; member in struct:tftpreq_t::__anon5924::__anon5926
main.c 371 ntohs (tr->u.err.errcode),
408 tp.u.err.errcode = 8;
412 + sizeof (tp.opcode) + sizeof (tp.u.err.errcode)
  /external/openssl/crypto/conf/
conf_mod.c 252 int errcode = 0; local
264 errcode = CONF_R_ERROR_LOADING_DSO;
270 errcode = CONF_R_MISSING_INIT_FUNCTION;
285 CONFerr(CONF_F_MODULE_LOAD_DSO, errcode);
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 1571 int errcode = 0; local
    [all...]
  /external/icu4c/test/intltest/
dcfmtest.cpp 82 #define DF_ASSERT_FAIL(expr, errcode) {UErrorCode status=U_ZERO_ERROR; (expr);\
83 if (status!=errcode) {dataerrln("DecimalFormatTest failure at line %d. Expected status=%s, got %s", \
84 __LINE__, u_errorName(errcode), u_errorName(status));};}
  /external/pcre/
pcreposix.c 188 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size)
193 message = (errcode >= (int)(sizeof(pstring)/sizeof(char *)))?
194 "unknown error code" : pstring[errcode];
  /external/e2fsprogs/debugfs/
debugfs.c 578 errcode_t errcode; local
580 errcode = ext2fs_extent_open(current_fs, ino, &handle);
581 if (errcode)
592 errcode = ext2fs_extent_get(handle, op, &extent);
594 if (errcode)
610 errcode = ext2fs_extent_get_info(handle, &info);
611 if (errcode)
1963 errcode_t errcode; local
    [all...]
debugfs.o 
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 89 int (*errcode)(sqlite3*db); member in struct:sqlite3_api_routines
265 #define sqlite3_errcode sqlite3_api->errcode
  /external/tcpdump/
print-rx.c 1205 printf(" errcode");
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bitops.h 60 extern void ext2fs_warn_bitmap(errcode_t errcode, unsigned long arg,
  /external/pcre/doc/
pcreposix.3 
  /external/icu4c/test/cintltst/
ncnvfbts.c 221 log_err("Problem doing toUnicode, errcode %d %s\n", myErrorName(status), gNuConvTestName);
384 log_err("Problem doing toUnicode, errcode %s %s\n", myErrorName(status), gNuConvTestName);
  /external/quake/quake/src/WinQuake/
mplpc.cpp 113 int errCode;
131 int errCode;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 537 /* Returns a message corresponding to an error code, ERRCODE, returned
542 regerror (errcode, preg, errbuf, errbuf_size)
543 int errcode;
549 regerror (int errcode, const regex_t *_Restrict_ preg,
556 if (BE (errcode < 0
557 || errcode >= (int) (sizeof (__re_error_msgid_idx)
565 msg = gettext (__re_error_msgid + __re_error_msgid_idx[errcode]);
    [all...]

Completed in 777 milliseconds

1 23 4 5 6 7 8