Home
last modified time | relevance | path

Searched defs:sp (Results 7826 – 7850 of 48408) sorted by last modified time

1...<<311312313314315316317318319320>>...1937

/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dgraph-visualizer.h50 const SourcePosition& sp; member
54 AsJSON(const SourcePosition& sp) { in AsJSON()
/dports/lang/v8/v8-9.6.180.12/include/
H A Dv8-unwinder.h27 void* sp; // Stack pointer. member
/dports/lang/python39/Python-3.9.9/Modules/
H A Dfaulthandler.c1156 uintptr_t sp = (uintptr_t)&buffer; in stack_overflow() local
1169 uintptr_t sp = (uintptr_t)&depth; in faulthandler_stack_overflow() local
H A Dgetaddrinfo.c344 struct servent *sp; in getaddrinfo() local
H A Dgetnameinfo.c99 struct servent *sp; local
H A Dsocketmodule.c5873 struct servent *sp; local
5882 sp = getservbyname(name, proto); local
5909 struct servent *sp; local
5924 sp = getservbyport(htons((short)port), proto); local
5949 struct protoent *sp; local
5953 sp = getprotobyname(name); local
/dports/lang/python39/Python-3.9.9/Python/
H A Dceval.c3467 PyObject **sp, *res, *meth; in _PyEval_EvalFrameDefault() local
3516 PyObject **sp, *res; in _PyEval_EvalFrameDefault() local
3528 PyObject **sp, *res, *names; in _PyEval_EvalFrameDefault() local
4504 int argcnt, int argcntafter, PyObject **sp) in unpack_iterable()
H A Dcompile.c5476 stackdepth_push(basicblock ***sp, basicblock *b, int depth) in stackdepth_push()
5493 basicblock **stack, **sp; in stackdepth() local
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Ddocument.c46 static int AddDocumentCtx_SetDocument(RSAddDocumentCtx *aCtx, IndexSpec *sp) { in AddDocumentCtx_SetDocument()
156 RSAddDocumentCtx *NewAddDocumentCtx(IndexSpec *sp, Document *doc, QueryError *status) { in NewAddDocumentCtx()
H A Dgc.c26 GCContext* GCContext_CreateGCFromSpec(IndexSpec* sp, float initialHZ, uint64_t uniqueId, in GCContext_CreateGCFromSpec()
H A Dinverted_index.c839 IndexReader *NewNumericReader(const IndexSpec *sp, InvertedIndex *idx, const NumericFilter *flt, in NewNumericReader()
866 const IndexSpec *sp = irct->spec; in IR_TestNumeric() local
884 const IndexSpec *sp = irct->spec; in IR_TestTerm() local
1119 static void IndexReader_Init(const IndexSpec *sp, IndexReader *ret, InvertedIndex *idx, in IndexReader_Init()
1136 static IndexReader *NewIndexReaderGeneric(const IndexSpec *sp, InvertedIndex *idx, in NewIndexReaderGeneric()
1144 IndexReader *NewTermIndexReader(InvertedIndex *idx, IndexSpec *sp, t_fieldMask fieldMask, in NewTermIndexReader()
H A Dinverted_index.h119 const IndexSpec *sp; member
H A Dredisearch_api.c58 void RediSearch_DropIndex(IndexSpec* sp) { in RediSearch_DropIndex()
64 char **RediSearch_IndexGetStopwords(IndexSpec* sp, size_t *size) { in RediSearch_IndexGetStopwords()
68 double RediSearch_IndexGetScore(IndexSpec* sp) { in RediSearch_IndexGetScore()
75 const char *RediSearch_IndexGetLanguage(IndexSpec* sp) { in RediSearch_IndexGetLanguage()
138 void RediSearch_TextFieldSetWeight(IndexSpec* sp, RSFieldID id, double w) { in RediSearch_TextFieldSetWeight()
373 QueryNode* RediSearch_CreateTagNode(IndexSpec* sp, const char* field) { in RediSearch_CreateTagNode()
381 QueryNode* RediSearch_CreateIntersectNode(IndexSpec* sp, int exact) { in RediSearch_CreateIntersectNode()
387 QueryNode* RediSearch_CreateUnionNode(IndexSpec* sp) { in RediSearch_CreateUnionNode()
391 QueryNode* RediSearch_CreateEmptyNode(IndexSpec* sp) { in RediSearch_CreateEmptyNode()
395 QueryNode* RediSearch_CreateNotNode(IndexSpec* sp) { in RediSearch_CreateNotNode()
[all …]
H A Ddocument_add.c133 IndexSpec *sp = sctx->spec; in RS_AddDocument() local
233 IndexSpec *sp = IndexSpec_Load(ctx, RedisModule_StringPtrLen(argv[1], NULL), 0); in doAddDocument() local
H A Dinfo_command.c20 static int renderIndexOptions(RedisModuleCtx *ctx, IndexSpec *sp) { in renderIndexOptions()
44 static int renderIndexDefinitions(RedisModuleCtx *ctx, IndexSpec *sp) { in renderIndexDefinitions()
110 IndexSpec *sp = IndexSpec_Load(ctx, RedisModule_StringPtrLen(argv[1], NULL), 1); in IndexInfoCommand() local
H A Dfork_gc.h35 struct IndexSpec *sp; member
H A Dgeo_index.h15 const FieldSpec *sp; member
H A Dmodule.c249 IndexSpec *sp = IndexSpec_Load(ctx, RedisModule_StringPtrLen(argv[1], NULL), 1); in DeleteCommand() local
281 const FieldSpec *sp = IndexSpec_GetField(sctx->spec, field, len); in TagValsCommand() local
343 IndexSpec *sp = IndexSpec_CreateNew(ctx, argv, argc, &status); in CreateIndexCommand() local
391 IndexSpec *sp = IndexSpec_Load(ctx, RedisModule_StringPtrLen(argv[1], NULL), 0); in DropIndexCommand() local
431 IndexSpec *sp = IndexSpec_Load(ctx, RedisModule_StringPtrLen(argv[1], NULL), 0); in DropIfExistsIndexCommand() local
471 IndexSpec *sp = IndexSpec_Load(ctx, RedisModule_StringPtrLen(argv[1], NULL), 0); in SynUpdateCommand() local
515 IndexSpec *sp = IndexSpec_Load(ctx, RedisModule_StringPtrLen(argv[1], NULL), 0); in SynDumpCommand() local
561 IndexSpec *sp = IndexSpec_Load(ctx, ixname, 1); in AlterIndexInternalCommand() local
625 IndexSpec *sp = IndexAlias_Get(alias); in aliasAddCommon() local
661 IndexSpec *sp = IndexSpec_LoadEx(ctx, &lOpts); in AliasDelCommand() local
[all …]
H A Dtag_index.c208 IndexIterator *TagIndex_OpenReader(TagIndex *idx, IndexSpec *sp, const char *value, size_t len, in TagIndex_OpenReader()
H A Dcursor.c347 CursorSpecInfo *sp = cl->specs[ii]; in CursorList_Destroy() local
H A Ddebug_commads.c341 IndexSpec *sp = IndexSpec_Load(ctx, RedisModule_StringPtrLen(argv[0], NULL), 0); in DEBUG_COMMAND() local
356 IndexSpec *sp = IndexSpec_Load(ctx, RedisModule_StringPtrLen(argv[0], NULL), 0); in DEBUG_COMMAND() local
373 IndexSpec *sp = IndexSpec_LoadEx(ctx, &lopts); in DEBUG_COMMAND() local
H A Dspec.c204 IndexSpec *sp = dictGetVal(entry); in Indexes_SetTempSpecsTimers() local
390 int IndexSpec_CreateTextId(const IndexSpec *sp) { in IndexSpec_CreateTextId()
647 void Spec_AddToDict(const IndexSpec *sp) { in Spec_AddToDict()
910 IndexSpec *sp = dictGetVal(entry); in Indexes_Free() local
1012 void IndexSpec_InitializeSynonym(IndexSpec *sp) { in IndexSpec_InitializeSynonym()
1048 IndexSpec *sp = rm_calloc(1, sizeof(IndexSpec)); in NewIndexSpec() local
1108 void IndexSpec_MakeKeyless(IndexSpec *sp) { in IndexSpec_MakeKeyless()
1513 IndexSpec *sp = dictGetVal(entry); in Indexes_UpgradeLegacyIndexes() local
1546 IndexSpec *sp = rm_calloc(1, sizeof(IndexSpec)); in IndexSpec_CreateFromRdb() local
1795 IndexSpec *sp = dictGetVal(entry); in Indexes_RdbSave() local
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/rmutil/
H A Dsds.c703 char *start, *end, *sp, *ep; in sdstrim() local
/dports/textproc/redisearch/RediSearch-2.2.5/tests/cpptests/
H A Dcommon.h24 bool addDocument(RedisModuleCtx *ctx, IndexSpec *sp, const char *docid, Ts... args) { in addDocument()
49 IndexSpec *sp = IndexSpec_CreateNew(ctx, argv, argv.size(), &err); in createIndex() local
/dports/textproc/redisearch/RediSearch-2.2.5/src/aggregate/functions/
H A Dstring.c233 char *start, *end, *sp, *ep; in strtrim() local

1...<<311312313314315316317318319320>>...1937