Home
last modified time | relevance | path

Searched refs:jsonsize (Results 1 – 3 of 3) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dsv_banlist.cpp908 size_t jsonsize = json_bans.size(); in BEGIN_COMMAND() local
910 if (bansize == jsonsize) in BEGIN_COMMAND()
913 …list: loaded %d bans and skipped %d invalid entries from %s.", bansize, jsonsize - bansize, banfil… in BEGIN_COMMAND()
991 size_t jsonsize = json_bans.size(); in END_COMMAND() local
993 if (bansize == jsonsize) in END_COMMAND()
996 …list: Loaded %d bans and skipped %d invalid entries from %s.", bansize, jsonsize - bansize, banfil… in END_COMMAND()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/pentax/
H A Dpslr_model.c55 static int jsonsize; variable
795 char *read_json_file(int *jsonsize) { in read_json_file() argument
807 *jsonsize = lseek(jsonfd, 0, SEEK_END); in read_json_file()
809 char *jsontext=malloc(*jsonsize); in read_json_file()
810 ssize_t ret = read(jsonfd, jsontext, *jsonsize); in read_json_file()
811 if (ret < *jsonsize) { in read_json_file()
816 DPRINT("json text:\n%.*s\n", *jsonsize, jsontext); in read_json_file()
824 jsontext = read_json_file(&jsonsize); in setting_file_process()
828 if (!(json_part = js0n(cameraid, strlen(cameraid), jsontext, jsonsize, &json_part_length))) { in setting_file_process()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dplcommon.c1649 int jsonsize = MAX_COLUMN_CONFIG-1; in import_column_config_0_6() local
1652 jsonsize--; in import_column_config_0_6()
1656 if (jsonsize < 2) { in import_column_config_0_6()
1661 jsonsize--; in import_column_config_0_6()
1663 int res = import_column_from_0_6 (col->value, out, jsonsize); in import_column_config_0_6()
1665 jsonsize -= res; in import_column_config_0_6()