Searched refs:nullable (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-ast.h45 int nullable; member in struct:__anon2713
H A Dtre-compile.c59 c->right->nullable = -1;
91 c->left->nullable = -1;
1273 if (uni->left->nullable)
1275 else if (uni->right->nullable)
1284 assert(cat->left->nullable);
1285 assert(cat->right->nullable);
1294 if (iter->arg->nullable)
1316 /* Computes and fills in the fields `nullable', `firstpos', and `lastpos' for
1343 /* Back references: nullable = false, firstpos = {i},
1345 node->nullable
[all...]
H A Dtre-ast.c29 node->nullable = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1598 Nullable: A node is nullable if it is at the root of a regexp that can
1600 * EMPTY leaves are nullable.
1601 * No other leaf is nullable.
1602 * A QMARK or STAR node is nullable.
1603 * A PLUS node is nullable if its argument is nullable.
1604 * A CAT node is nullable if both its arguments are nullable.
1605 * An OR node is nullable if either argument is nullable
1649 int *nullable; /* Nullable stack. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dquery.tex105 \func{void}{SetNullable}{\param{bool}{ nullable}}
H A Ddb.tex1713 short nullable;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddb.h411 short nullable; member in class:wxDbColInf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp391 nullable = 0;
2670 GetData(11, SQL_C_SSHORT, (UCHAR*) &colInf[colNo].nullable, 0, &cb);
2829 GetData(11, SQL_C_SSHORT, (UCHAR*) &colInf[colNo].nullable, 0, &cb);
3084 GetData(11, SQL_C_SSHORT, (UCHAR*) &colInf[colNo].nullable, 0, &cb);

Completed in 206 milliseconds