repo_full_name stringlengths 6 93 | repo_url stringlengths 25 112 | repo_api_url stringclasses 28
values | owner stringclasses 28
values | repo_name stringclasses 28
values | description stringclasses 28
values | stars int64 617 98.8k | forks int64 31 355 ⌀ | watchers int64 990 999 ⌀ | license stringclasses 2
values | default_branch stringclasses 2
values | repo_created_at timestamp[s]date 2012-07-24 23:12:50 2025-06-16 08:07:28 ⌀ | repo_updated_at timestamp[s]date 2026-02-23 15:23:15 2026-05-03 18:52:12 ⌀ | repo_topics listlengths 0 13 ⌀ | repo_languages unknown | is_fork bool 1
class | open_issues int64 3 104 ⌀ | file_path stringlengths 3 208 | file_name stringclasses 509
values | file_extension stringclasses 1
value | file_size_bytes int64 101 84k ⌀ | file_url stringclasses 627
values | file_raw_url stringclasses 627
values | file_sha stringclasses 624
values | language stringclasses 8
values | parsed_at stringdate 2026-05-04 01:12:36 2026-05-04 19:41:55 | text stringlengths 100 102k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
kovidgoyal/html5-parser | https://github.com/kovidgoyal/html5-parser | null | null | null | null | 701 | null | null | apache-2.0 | null | null | null | null | null | null | null | gumbo/vector.c | null | null | null | null | null | null | C | 2026-05-04T18:58:10.630791 | // Copyright 2010 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... |
kovidgoyal/html5-parser | https://github.com/kovidgoyal/html5-parser | null | null | null | null | 701 | null | null | apache-2.0 | null | null | null | null | null | null | null | gumbo/util.c | null | null | null | null | null | null | C | 2026-05-04T18:58:10.743201 | // Copyright 2010 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... |
kovidgoyal/html5-parser | https://github.com/kovidgoyal/html5-parser | null | null | null | null | 701 | null | null | apache-2.0 | null | null | null | null | null | null | null | gumbo/util.h | null | null | null | null | null | null | C | 2026-05-04T18:58:10.744474 | // Copyright 2010 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... |
kovidgoyal/html5-parser | https://github.com/kovidgoyal/html5-parser | null | null | null | null | 701 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/python-wrapper.c | null | null | null | null | null | null | C | 2026-05-04T18:58:11.087696 | /*
* python-wrapper.c
* Copyright (C) 2017 Kovid Goyal <kovid at kovidgoyal.net>
*
* Distributed under terms of the Apache 2.0 license.
*/
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include "../gumbo/gumbo.h"
#include "as-libxml.h"
#include "as-python-tree.h"
static char *NAME = "libxml2:xmlDoc";
static ch... |
kovidgoyal/html5-parser | https://github.com/kovidgoyal/html5-parser | null | null | null | null | 701 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/data-types.h | null | null | null | null | null | null | C | 2026-05-04T18:58:11.107616 | /*
* Copyright (C) 2017 Kovid Goyal <kovid at kovidgoyal.net>
*
* Distributed under terms of the Apache 2.0 license.
*/
#pragma once
#include "../gumbo/gumbo.h"
#include <stdbool.h>
#ifdef _MSC_VER
#define UNUSED
#define EXPORTED __declspec(dllexport)
#else
#define UNUSED __attribute__ ((unused))
#define EXPORT... |
kovidgoyal/html5-parser | https://github.com/kovidgoyal/html5-parser | null | null | null | null | 701 | null | null | apache-2.0 | null | null | null | null | null | null | null | test.c | null | null | null | null | null | null | C | 2026-05-04T18:58:11.239654 | /*
* test.c
* Copyright (C) 2017 Kovid Goyal <kovid at kovidgoyal.net>
*
* Distributed under terms of the Apache 2.0 license.
*/
#include <Python.h>
int
main(int argc, char **argv) {
#if PY_MAJOR_VERSION >= 3
wchar_t *argw[1024] = {0};
int i;
for (i = 0; i < argc; i++) {
argw[i] = (wchar_t*)c... |
kovidgoyal/html5-parser | https://github.com/kovidgoyal/html5-parser | null | null | null | null | 701 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/stack.h | null | null | null | null | null | null | C | 2026-05-04T18:58:11.240306 | /*
* Copyright (C) 2017 Kovid Goyal <kovid at kovidgoyal.net>
*
* Distributed under terms of the Apache 2.0 license.
*/
#define STACK_ITEM_CLASS(name) typedef struct { Item1 gumbo; Item2 xml; } name;
STACK_ITEM_CLASS(StackItemClass)
#undef STACK_ITEM_CLASS
#define STACK_CLASS(name) typedef struct { size_t length... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/exthive/exthive.c | null | null | null | null | null | null | C | 2026-05-04T18:58:14.997811 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/gp_cancel_query/gp_cancel_query.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.003054 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/hornet/newcdbhash.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.016943 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/exthdfs/common.h | null | null | null | null | null | null | C | 2026-05-04T18:58:15.024390 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/extfmtcsv/extfmtcsv.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.026208 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/exthive/common.h | null | null | null | null | null | null | C | 2026-05-04T18:58:15.034790 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/hornet/hornet.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.045641 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/formatter_fixedwidth/fixedwidth.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.046912 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/exthdfs/exthdfs.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.070962 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/extprotocol/gpextprotocol.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.144780 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/hornet/oldcdbhash.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.601781 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/aggregate.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.636258 | #include "postgres.h"
#include "funcapi.h"
#include "orafunc.h"
#include "utils/builtins.h"
#include "builtins.h"
#include "lib/stringinfo.h"
PG_FUNCTION_INFO_V1(orafce_listagg1_transfn);
PG_FUNCTION_INFO_V1(orafce_listagg2_transfn);
PG_FUNCTION_INFO_V1(orafce_listagg_finalfn);
PG_FUNCTION_INFO_V1(orafce_median4_tr... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/assert.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.644878 | #include "postgres.h"
#include "funcapi.h"
#include "assert.h"
#include "miscadmin.h"
#include "utils/acl.h"
#include "utils/builtins.h"
#include "utils/syscache.h"
#include "catalog/namespace.h"
#include "ctype.h"
#include "string.h"
#include "orafunc.h"
#include "builtins.h"
PG_FUNCTION_INFO_V1(dbms_assert_enquote_l... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/assert.h | null | null | null | null | null | null | C | 2026-05-04T18:58:15.646384 | #ifndef __ASSERT__
#define __ASSERT__
#define ERRCODE_ORA_PACKAGES_INVALID_SCHEMA_NAME MAKE_SQLSTATE('4','4','0','0','1')
#define ERRCODE_ORA_PACKAGES_INVALID_OBJECT_NAME MAKE_SQLSTATE('4','4','0','0','2')
#define ERRCODE_ORA_PACKAGES_ISNOT_SIMPLE_SQL_NAME MAKE_SQLSTATE('4','4','0','0','3')
#define ERRCODE_ORA_PACKAGE... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/alert.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.647500 | #include "postgres.h"
#include "executor/spi.h"
#include "catalog/pg_type.h"
#include "commands/trigger.h"
#include "funcapi.h"
#include "miscadmin.h"
#include "string.h"
#include "storage/lwlock.h"
#include "utils/timestamp.h"
#include "orafunc.h"
#include "builtins.h"
#include "pipe.h"
#include "shmmc.h"
PG_FUNCTI... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/datefce.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.654707 | #include "postgres.h"
#include "mb/pg_wchar.h"
#include "utils/date.h"
#include "utils/builtins.h"
#include "utils/nabstime.h"
#include "utils/numeric.h"
#include <sys/time.h>
#include "orafunc.h"
#include "builtins.h"
#ifdef ENABLE_INTERNATIONALIZED_WEEKDAY
typedef struct WeekDays
{
int encoding;
const char *nam... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/builtins.h | null | null | null | null | null | null | C | 2026-05-04T18:58:15.679035 |
#ifndef ORAFCE_BUILTINS
#define ORAFCE_BUILTINS
/* from aggregate.c */
extern Datum orafce_listagg1_transfn(PG_FUNCTION_ARGS);
extern Datum orafce_listagg2_transfn(PG_FUNCTION_ARGS);
extern Datum orafce_listagg_finalfn(PG_FUNCTION_ARGS);
extern Datum orafce_median4_transfn(PG_FUNCTION_ARGS);
extern Datum orafce_media... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/convert.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.714561 | #include "postgres.h"
#include "fmgr.h"
#include "lib/stringinfo.h"
#include "mb/pg_wchar.h"
#include "utils/builtins.h"
#include "utils/numeric.h"
#include "utils/pg_locale.h"
#include "orafunc.h"
#include "builtins.h"
PG_FUNCTION_INFO_V1(orafce_to_char_int4);
PG_FUNCTION_INFO_V1(orafce_to_char_int8);
PG_FUNCTION_IN... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/file.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.731123 | #include "postgres.h"
#include <unistd.h>
#include <sys/stat.h>
#include "executor/spi.h"
#include "catalog/pg_type.h"
#include "fmgr.h"
#include "funcapi.h"
#include "mb/pg_wchar.h"
#include "miscadmin.h"
#include "port.h"
#include "storage/fd.h"
#include "utils/builtins.h"
#include "utils/memutils.h"
#include "ora... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/generate_hash.c | null | null | null | null | null | null | C | 2026-05-04T18:58:15.744911 | #include <stdio.h>
#include <string.h>
#include <limits.h>
static char *days[] = {"sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday"};
static char *
num2day(int i)
{
if (i > 6) return "";
return days[i];
}
#include "tdhfunc.c"
int
main(void)
{
int i;
int hashes[7];
for (i = 0; i < 7... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/orafunc.h | null | null | null | null | null | null | C | 2026-05-04T18:58:16.204716 | #ifndef __ORAFUNC__
#define __ORAFUNC__
#include "postgres.h"
#include "catalog/catversion.h"
#include "nodes/pg_list.h"
#include <sys/time.h>
#include "utils/datetime.h"
#include "utils/datum.h"
#ifndef PG_VERSION_NUM
#define PG_VERSION_NUM 80100 /* assume 8.1. */
#endif
#define TextPCopy(t) \
DatumGetTextP(datum... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/others.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.213234 | #include "postgres.h"
#include <stdlib.h>
#include <locale.h>
#include "catalog/pg_operator.h"
#include "catalog/pg_type.h"
#include "fmgr.h"
#include "lib/stringinfo.h"
#include "nodes/nodeFuncs.h"
#include "nodes/pg_list.h"
#include "nodes/primnodes.h"
#include "parser/parse_expr.h"
#include "parser/parse_oper.h"
#in... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/pipe.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.234948 | #include "postgres.h"
#include "funcapi.h"
#include "fmgr.h"
#include "storage/shmem.h"
#include "utils/memutils.h"
#include "utils/timestamp.h"
#include "storage/lwlock.h"
#include "miscadmin.h"
#include "string.h"
#include "lib/stringinfo.h"
#include "catalog/pg_type.h"
#include "utils/builtins.h"
#include "utils/dat... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/pipe.h | null | null | null | null | null | null | C | 2026-05-04T18:58:16.264939 | #ifndef __PIPE__
#define __PIPE__
#define LOCALMSGSZ (8*1024)
#define SHMEMMSGSZ (30*1024)
#define MAX_PIPES 30
#define MAX_EVENTS 30
#define MAX_LOCKS 256
typedef struct _message_item {
char *message;
float8 timestamp;
struct _message_item *next_message;
struct _message_item *prev_message;
unsigned char messa... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/plunit.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.288578 | /*
* This API is subset plunit lib with http://www.apollo-pro.com/help/pl_unit_assertions.htm
*
*/
#include "postgres.h"
#include "funcapi.h"
#include "parser/parse_oper.h"
#include "utils/builtins.h"
#include "orafunc.h"
#include "builtins.h"
PG_FUNCTION_INFO_V1(plunit_assert_true);
PG_FUNCTION_INFO_V1(plunit_ass... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/plvlex.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.293769 | /*
This code implements one part of functonality of
free available library PL/Vision. Please look www.quest.com
Original author: Steven Feuerstein, 1996 - 2002
PostgreSQL implementation author: Pavel Stehule, 2006
This module is under BSD Licence
History:
1.0. first public version 13. March 2006
*/
... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/plvdate.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.313530 | /*
This code implements one part of functonality of
free available library PL/Vision. Please look www.quest.com
This library isn't optimalized for big numbers, for working
with n days (n > 10000), can be slow (on my P4 31ms).
Original author: Steven Feuerstein, 1996 - 2002
PostgreSQL implementation author... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/plvlex.h | null | null | null | null | null | null | C | 2026-05-04T18:58:16.357722 | typedef struct
{
int typenode;
char *str;
int keycode;
int lloc;
char *sep;
char *modificator;
char *classname;
} orafce_lexnode;
|
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/plvstr.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.361767 | /*
This code implements one part of functonality of
free available library PL/Vision. Please look www.quest.com
Original author: Steven Feuerstein, 1996 - 2002
PostgreSQL implementation author: Pavel Stehule, 2006
This module is under BSD Licence
History:
1.0. first public version 13. March 2006
*/
... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/plvsubst.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.777718 | /*
This code implements one part of functonality of
free available library PL/Vision. Please look www.quest.com
Original author: Steven Feuerstein, 1996 - 2002
PostgreSQL implementation author: Pavel Stehule, 2006
This module is under BSD Licence
History:
1.0. first public version 22. September 2006
... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/putline.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.800167 | #include "postgres.h"
#include "funcapi.h"
#include "access/heapam.h"
#include "catalog/pg_type.h"
#include "lib/stringinfo.h"
#include "libpq/libpq.h"
#include "libpq/pqformat.h"
#include "utils/memutils.h"
#include "utils/array.h"
#include "utils/builtins.h"
#include "utils/lsyscache.h"
#include "orafunc.h"
#includ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/random.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.801429 | /*
* Note - I don't find any documentation about pseudo random
* number generator used in Oracle. So the results of these
* functions should be different then native Oracle functions!
* This library is based on ANSI C implementation.
*/
#include "postgres.h"
#include "access/hash.h"
#include "lib/stringinfo.h"
#i... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/shmmc.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.845694 | /*
*
* Shared memory control - based on alocating chunks aligned on
* asize array (fibonachi), and dividing free bigger block.
*
*/
#include "postgres.h"
#include "shmmc.h"
#include "stdlib.h"
#include "string.h"
#include "orafunc.h"
#define LIST_ITEMS 512
int context;
typedef struct {
size_t size;
void* f... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/shmmc.h | null | null | null | null | null | null | C | 2026-05-04T18:58:16.865235 | #ifndef __SHMMC__
#define __SHMMC__
void ora_sinit(void *ptr, size_t size, bool create);
void* ora_salloc(size_t size);
void* ora_srealloc(void *ptr, size_t size);
void ora_sfree(void* ptr);
char* ora_sstrcpy(char *str);
char* ora_scstring(text *str);
void* salloc(size_t size);
void* srealloc(void *ptr,size_t size);... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/tdhfunc.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.890983 | /*
* Hash three letter week days to some number. The TDH hash table makes this
* into a perfect hash for us. See generate_hash.c.
*/
static int
tdhfunc(const char *s)
{
int i = 0;
int ret = 0;
while (i < 3)
{
int out = 0;
switch (s[i])
{
case 'S':
case 's':
out += (int)'s';
break;
case ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orafce/utility.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.908975 | /*
This code implements one part of functonality of
free available library PL/Vision. Please look www.quest.com
Original author: Steven Feuerstein, 1996 - 2002
PostgreSQL implementation author: Pavel Stehule, 2006
This module is under BSD Licence
History:
1.0. first public version 22. September 2006
... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/blf.h | null | null | null | null | null | null | C | 2026-05-04T18:58:16.941896 | /* contrib/pgcrypto/blf.h */
/*
* PuTTY is copyright 1997-2007 Simon Tatham.
*
* Portions copyright Robert de Bath, Joris van Rantwijk, Delian
* Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
* Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus
* Kuhn, and CORE SDI S.A.
*
* ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/orc/orc.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.942701 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/blf.c | null | null | null | null | null | null | C | 2026-05-04T18:58:16.977995 | /*
* Butchered version of sshblowf.c from putty-0.59.
*
* contrib/pgcrypto/blf.c
*/
/*
* PuTTY is copyright 1997-2007 Simon Tatham.
*
* Portions copyright Robert de Bath, Joris van Rantwijk, Delian
* Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry,
* Justin Bradford, Ben Harris, Malcolm Sm... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/crypt-blowfish.c | null | null | null | null | null | null | C | 2026-05-04T18:58:17.387096 | /*
* contrib/pgcrypto/crypt-blowfish.c
*
* This code comes from John the Ripper password cracker, with reentrant
* and crypt(3) interfaces added, but optimizations specific to password
* cracking removed.
*
* Written by Solar Designer <solar at openwall.com> in 1998-2002 and
* placed in the public domain.
*
*... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/crypt-gensalt.c | null | null | null | null | null | null | C | 2026-05-04T18:58:17.390328 | /*
* Written by Solar Designer and placed in the public domain.
* See crypt_blowfish.c for more information.
*
* contrib/pgcrypto/crypt-gensalt.c
*
* This file contains salt generation functions for the traditional and
* other common crypt(3) algorithms, except for bcrypt which is defined
* entirely in crypt_bl... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/crypt-des.c | null | null | null | null | null | null | C | 2026-05-04T18:58:17.406163 | /*
* FreeSec: libcrypt for NetBSD
*
* contrib/pgcrypto/crypt-des.c
*
* Copyright (c) 1994 David Burren
* All rights reserved.
*
* Adapted for FreeBSD-2.0 by Geoffrey M. Rehmet
* this file should now *only* export crypt(), in order to make
* binaries of libcrypt exportable from the USA
*
* Adapted for FreeBS... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/fortuna.c | null | null | null | null | null | null | C | 2026-05-04T18:58:17.463725 | /*
* fortuna.c
* Fortuna-like PRNG.
*
* Copyright (c) 2005 Marko Kreen
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyri... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/crypt-md5.c | null | null | null | null | null | null | C | 2026-05-04T18:58:17.491909 | /*
* File imported from FreeBSD, original by Poul-Henning Kamp.
*
* $FreeBSD: src/lib/libcrypt/crypt-md5.c,v 1.5 1999/12/17 20:21:45 peter Exp $
*
* contrib/pgcrypto/crypt-md5.c
*/
#include "postgres.h"
#include "px.h"
#include "px-crypt.h"
#define MD5_SIZE 16
static const char _crypt_a64[] =
"./0123456789ABC... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/imath.c | null | null | null | null | null | null | C | 2026-05-04T18:58:17.509571 | /* imath version 1.3 */
/*
Name: imath.c
Purpose: Arbitrary precision integer arithmetic routines.
Author: M. J. Fromberger <http://spinning-yarns.org/michael/sw/>
Info: Id: imath.c 21 2006-04-02 18:58:36Z sting
Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved.
Permission is hereby granted,... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/fortuna.h | null | null | null | null | null | null | C | 2026-05-04T18:58:17.519043 | /*
* fortuna.c
* Fortuna PRNG.
*
* Copyright (c) 2005 Marko Kreen
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/internal-sha2.c | null | null | null | null | null | null | C | 2026-05-04T18:58:17.563374 | /*
* internal.c
* Wrapper for builtin functions
*
* Copyright (c) 2001 Marko Kreen
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/imath.h | null | null | null | null | null | null | C | 2026-05-04T18:58:17.594120 | /*
Name: imath.h
Purpose: Arbitrary precision integer arithmetic routines.
Author: M. J. Fromberger <http://spinning-yarns.org/michael/sw/>
Info: Id: imath.h 21 2006-04-02 18:58:36Z sting
Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved.
Permission is hereby granted, free of charge, to any ... |
apache/hawq | https://github.com/apache/hawq | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | contrib/pgcrypto/internal.c | null | null | null | null | null | null | C | 2026-05-04T18:58:17.605039 | /*
* internal.c
* Wrapper for builtin functions
*
* Copyright (c) 2001 Marko Kreen
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the ... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aes_modes.c | null | null | null | null | null | null | C | 2026-05-04T18:58:20.421266 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aes_via_ace.h | null | null | null | null | null | null | C | 2026-05-04T18:58:20.423896 | /*
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distributions include the above copyright notice, this
list of conditions and the foll... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aesaux.c | null | null | null | null | null | null | C | 2026-05-04T18:58:20.425050 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aes_avs.c | null | null | null | null | null | null | C | 2026-05-04T18:58:20.512786 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aes_ni.c | null | null | null | null | null | null | C | 2026-05-04T18:58:20.529830 | /*
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distributions include the above copyright notice, this
list of conditions and the foll... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aes_ni.h | null | null | null | null | null | null | C | 2026-05-04T18:58:20.575273 | /*
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distributions include the above copyright notice, this
list of conditions and the foll... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aescpp.h | null | null | null | null | null | null | C | 2026-05-04T18:58:20.575788 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aes.h | null | null | null | null | null | null | C | 2026-05-04T18:58:20.580123 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aesaux.h | null | null | null | null | null | null | C | 2026-05-04T18:58:20.626355 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aescrypt.c | null | null | null | null | null | null | C | 2026-05-04T18:58:20.627563 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aeskey2.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.031081 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
1. s... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aesgav.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.036395 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aeskey.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.061230 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aestab.h | null | null | null | null | null | null | C | 2026-05-04T18:58:21.203561 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aesopt.h | null | null | null | null | null | null | C | 2026-05-04T18:58:21.211195 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aestmr.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.212339 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aestab.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.214284 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aesrav.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.237411 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aestst.h | null | null | null | null | null | null | C | 2026-05-04T18:58:21.310341 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aestst.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.424400 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
1. s... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/aesxam.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.639434 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/brg_endian.h | null | null | null | null | null | null | C | 2026-05-04T18:58:21.664761 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/brg_types.h | null | null | null | null | null | null | C | 2026-05-04T18:58:21.671577 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/rdtsc.h | null | null | null | null | null | null | C | 2026-05-04T18:58:21.789344 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/modetest.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.828972 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/rfc3686.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.845034 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distributions ... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/ccm.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.932048 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/tablegen.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.959953 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2013, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/aes/python_binding/aesmodule.c | null | null | null | null | null | null | C | 2026-05-04T18:58:21.982090 | /*
---------------------------------------------------------------------------
Copyright (c) 2014, Michael Mohr, San Jose, CA, USA. All rights reserved.
Copyright (c) 2014, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the pa... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/ccm.h | null | null | null | null | null | null | C | 2026-05-04T18:58:22.074338 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/cmac.c | null | null | null | null | null | null | C | 2026-05-04T18:58:22.281947 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/cmac.h | null | null | null | null | null | null | C | 2026-05-04T18:58:22.284286 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/cwc.c | null | null | null | null | null | null | C | 2026-05-04T18:58:22.304627 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/eax.c | null | null | null | null | null | null | C | 2026-05-04T18:58:22.563747 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/eax.h | null | null | null | null | null | null | C | 2026-05-04T18:58:22.566080 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/cwc.h | null | null | null | null | null | null | C | 2026-05-04T18:58:22.567005 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/eme2.h | null | null | null | null | null | null | C | 2026-05-04T18:58:22.881580 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
1. s... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gcm.c | null | null | null | null | null | null | C | 2026-05-04T18:58:22.885756 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/eme2.c | null | null | null | null | null | null | C | 2026-05-04T18:58:22.890163 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
1. s... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gcm.h | null | null | null | null | null | null | C | 2026-05-04T18:58:23.007697 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/genvec.h | null | null | null | null | null | null | C | 2026-05-04T18:58:23.070754 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gettimeofday.c | null | null | null | null | null | null | C | 2026-05-04T18:58:23.120761 |
#include <windows.h>
#include <errno.h>
static unsigned long long filetime_to_unix_epoch( const FILETIME *ft )
{
unsigned long long res = (unsigned long long) ft->dwHighDateTime << 32;
res |= ft->dwLowDateTime;
res /= 10;
res -= 11644473600000000ULL; /* from Win epoch to Unix epoch */
return res;
... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gf128mul.c | null | null | null | null | null | null | C | 2026-05-04T18:58:23.234839 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
square/subzero | https://github.com/square/subzero | null | null | null | null | 696 | null | null | apache-2.0 | null | null | null | null | null | null | null | core/external-crypto/modes/gf128mul.h | null | null | null | null | null | null | C | 2026-05-04T18:58:23.240920 | /*
---------------------------------------------------------------------------
Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
The redistribution and use of this software (with or without changes)
is allowed without the payment of fees or royalties provided that:
source code distribution... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.