Home
last modified time | relevance | path

Searched refs:o_error (Results 1 – 19 of 19) sorted by relevance

/dports/security/hydra/thc-hydra-9.2/
H A Dhydra-oracle.c29 OCIError *o_error; variable
37 OCIErrorGet(o_error, 1, NULL, &o_errorcode, o_errormsg, sizeof(o_errormsg), OCI_HTYPE_ERROR); in print_oracle_error()
83 if (OCIHandleAlloc(o_environment, (dvoid **)&o_error, OCI_HTYPE_ERROR, (size_t)0, NULL)) { in start_oracle()
89 …if (OCILogon(o_environment, o_error, &o_servicecontext, (const OraText *)login, strlen(login), (co… in start_oracle()
91 OCIErrorGet(o_error, 1, NULL, &o_errorcode, o_errormsg, sizeof(o_errormsg), OCI_HTYPE_ERROR); in start_oracle()
121 OCILogoff(o_servicecontext, o_error); in start_oracle()
127 if (o_error) { in start_oracle()
128 OCIHandleFree((dvoid *)o_error, OCI_HTYPE_ERROR); in start_oracle()
/dports/www/domoticz/domoticz-2020.2/tinyxpath/
H A Dxpath_processor.cpp287 bool o_error; in v_execute_one() local
340 if (o_error) in v_execute_one()
368 o_error = true; in v_execute_one()
379 if (o_error) in v_execute_one()
426 if (o_error) in v_execute_one()
476 if (o_error) in v_execute_one()
525 if (o_error) in v_execute_one()
577 if (o_error) in v_execute_one()
621 if (o_error) in v_execute_one()
774 o_error = false; in v_execute_one()
[all …]
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_database.c511 static OCIError * o_error = NULL; variable
527 o_error = NULL; in sh_database_reset()
711 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
729 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
748 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
764 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
800 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
819 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
835 o_statement, o_error, 1, 0, in sh_database_query()
838 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
[all …]
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_database.c511 static OCIError * o_error = NULL; variable
527 o_error = NULL; in sh_database_reset()
711 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
729 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
748 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
764 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
800 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
819 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
835 o_statement, o_error, 1, 0, in sh_database_query()
838 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
[all …]
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_database.c511 static OCIError * o_error = NULL; variable
527 o_error = NULL; in sh_database_reset()
711 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
729 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
748 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
764 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
800 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
819 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
835 o_statement, o_error, 1, 0, in sh_database_query()
838 OCIErrorGet(o_error, 1, NULL, in sh_database_query()
[all …]
/dports/games/opencity/opencity-0.0.6.5stable/src/tinyxpath/
H A Dxpath_processor.cpp332 bool o_error; in v_execute_one() local
385 if (o_error) in v_execute_one()
431 if (o_error) in v_execute_one()
481 if (o_error) in v_execute_one()
530 if (o_error) in v_execute_one()
582 if (o_error) in v_execute_one()
626 if (o_error) in v_execute_one()
674 if (o_error) in v_execute_one()
779 o_error = false; in v_execute_one()
812 o_error = true; in v_execute_one()
[all …]
/dports/print/html2latex/html2latex-0.9c/
H A Dhtml2latex.c53 o_footer, o_options, o_error enumerator
62 char option[o_error+1]; /* booleans -- if given or not */
63 char *option_s[o_error+1]; /* strings if needed */
64 int option_i[o_error+1]; /* integers if needed */
410 for (opt = 0; opt != o_error; opt++) { in parse_options()
451 option[o_error] = 1; in parse_options()
454 if (option[o_error] || optind == argc) { in parse_options()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Donce.h35 int o_error; member
51 ((o)->o_error) : _run_once((o), (fn)))
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/
H A DLibSolc.cpp156 *o_error = nullptr;
161 *o_error = stringToSolidity(errorMsg);
166 *o_error = nullptr;
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsubr_once.c60 o->o_error = fn(); in _run_once()
70 return o->o_error; in _run_once()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Dprogram_mount.cpp338 Bit8u o_error = 0; in Run() local
339 … Overlay_Drive(base.c_str(),temp_line.c_str(),sizes[0],bit8size,sizes[2],sizes[3],mediaid,o_error); in Run()
341 if (o_error) { in Run()
342 if (o_error == 1) WriteOut("No mixing of relative and absolute paths. Overlay failed."); in Run()
343 …else if (o_error == 2) WriteOut("overlay directory can not be the same as underlying file system."… in Run()
/dports/x11-wm/pwm/pwm-20070720/libtu/
H A Doptparser.c50 static int o_error=0; variable
115 #define RET(X) return o_tmp=p, o_error=X in optparser_do_get_opt()
339 switch(o_error){ in optparser_print_error()
366 o_error=0; in optparser_print_error()
/dports/lang/solidity/solidity_0.8.11/libsolc/
H A Dlibsolc.h53 …Callback)(void* _context, char const* _kind, char const* _data, char** o_contents, char** o_error);
/dports/security/barnyard2/barnyard2-2-1.13/src/output-plugins/
H A Dspo_database.c3584 , data->o_error in Insert()
3594 , data->o_error in Insert()
3609 , data->o_error in Insert()
3622 OCIErrorGet(data->o_error in Insert()
3889 , data->o_error in Select()
3897 , data->o_error in Select()
3910 , data->o_error in Select()
3925 OCIErrorGet(data->o_error in Select()
4197 OCIErrorGet(data->o_error, 1, NULL, &data->o_errorcode, \ in Connect()
4384 OCILogoff(data->o_servicecontext, data->o_error); in Disconnect()
[all …]
H A Dspo_database.h448 OCIError *o_error; member
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/output-plugins/
H A Dspo_database.c3584 , data->o_error in Insert()
3594 , data->o_error in Insert()
3609 , data->o_error in Insert()
3622 OCIErrorGet(data->o_error in Insert()
3889 , data->o_error in Select()
3897 , data->o_error in Select()
3910 , data->o_error in Select()
3925 OCIErrorGet(data->o_error in Select()
4197 OCIErrorGet(data->o_error, 1, NULL, &data->o_errorcode, \ in Connect()
4384 OCILogoff(data->o_servicecontext, data->o_error); in Disconnect()
[all …]
H A Dspo_database.h448 OCIError *o_error; member
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/entries/
H A Dcorrection_calculator.py452 o_error: "OrderedDict[str, float]" = OrderedDict()
460 o_error[specie] = self.corrections_dict[specie][1]
497 … contents["Uncertainties"]["GGAUMixingCorrections"]["O"] = yaml.comments.CommentedMap(o_error)
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/web_editor/static/src/scss/
H A Dweb_editor.common.scss415 .ace_gutter-cell.o_error {
432 .ace_scroller.o_error::after {