Home
last modified time | relevance | path

Searched refs:literalalloc (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/databases/postgresql-orafce/orafce-VERSION_3_13_4/
H A Dsqlscan.l59 static int literalalloc; /* current allocated buffer size */ variable
953 literalalloc = 128;
954 literalbuf = (char *) palloc(literalalloc);
975 if ((literallen+yleng) >= literalalloc)
978 literalalloc *= 2;
979 } while ((literallen+yleng) >= literalalloc);
980 literalbuf = (char *) repalloc(literalbuf, literalalloc);
993 if ((literallen+1) >= literalalloc)
995 literalalloc *= 2;
996 literalbuf = (char *) repalloc(literalbuf, literalalloc);
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/parser/
H A Dscan.l1232 yyext->literalalloc = 1024;
1233 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1258 if (yyextra->literalalloc >= 8192)
1267 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1271 yyextra->literalalloc *= 2;
1272 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1274 yyextra->literalalloc);
1286 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1288 yyextra->literalalloc *= 2;
1290 yyextra->literalalloc);
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/parser/
H A Dscan.l1232 yyext->literalalloc = 1024;
1233 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1258 if (yyextra->literalalloc >= 8192)
1267 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1271 yyextra->literalalloc *= 2;
1272 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1274 yyextra->literalalloc);
1286 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1288 yyextra->literalalloc *= 2;
1290 yyextra->literalalloc);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/parser/
H A Dscan.l1219 yyext->literalalloc = 1024;
1220 yyext->literalbuf = (char *) palloc(yyext->literalalloc);
1245 if (yyextra->literalalloc >= 8192)
1254 if ((yyextra->literallen + yleng) >= yyextra->literalalloc)
1258 yyextra->literalalloc *= 2;
1259 } while ((yyextra->literallen + yleng) >= yyextra->literalalloc);
1261 yyextra->literalalloc);
1273 if ((yyextra->literallen + 1) >= yyextra->literalalloc)
1275 yyextra->literalalloc *= 2;
1277 yyextra->literalalloc);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dpgc.l45 static int literalalloc; /* current allocated buffer size */ variable
1311 literalalloc = 1024;
1312 literalbuf = (char *) malloc(literalalloc);
1323 if ((literallen+yleng) >= literalalloc)
1326 literalalloc *= 2;
1327 while ((literallen+yleng) >= literalalloc);
1328 literalbuf = (char *) realloc(literalbuf, literalalloc);
1340 if ((literallen+1) >= literalalloc)
1342 literalalloc *= 2;
1546 literalalloc = 128;
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dpgc.l45 static int literalalloc; /* current allocated buffer size */ variable
1311 literalalloc = 1024;
1312 literalbuf = (char *) malloc(literalalloc);
1323 if ((literallen+yleng) >= literalalloc)
1326 literalalloc *= 2;
1327 while ((literallen+yleng) >= literalalloc);
1328 literalbuf = (char *) realloc(literalbuf, literalalloc);
1340 if ((literallen+1) >= literalalloc)
1342 literalalloc *= 2;
1546 literalalloc = 128;
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dpgc.l45 static int literalalloc; /* current allocated buffer size */ variable
1311 literalalloc = 1024;
1312 literalbuf = (char *) malloc(literalalloc);
1323 if ((literallen+yleng) >= literalalloc)
1326 literalalloc *= 2;
1327 while ((literallen+yleng) >= literalalloc);
1328 literalbuf = (char *) realloc(literalbuf, literalalloc);
1340 if ((literallen+1) >= literalalloc)
1342 literalalloc *= 2;
1546 literalalloc = 128;
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dpgc.l45 static int literalalloc; /* current allocated buffer size */ variable
1311 literalalloc = 1024;
1312 literalbuf = (char *) malloc(literalalloc);
1323 if ((literallen+yleng) >= literalalloc)
1326 literalalloc *= 2;
1327 while ((literallen+yleng) >= literalalloc);
1328 literalbuf = (char *) realloc(literalbuf, literalalloc);
1340 if ((literallen+1) >= literalalloc)
1342 literalalloc *= 2;
1546 literalalloc = 128;
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Dpgc.l44 static int literalalloc; /* current allocated buffer size */ variable
1310 literalalloc = 1024;
1311 literalbuf = (char *) malloc(literalalloc);
1322 if ((literallen+yleng) >= literalalloc)
1325 literalalloc *= 2;
1326 while ((literallen+yleng) >= literalalloc);
1327 literalbuf = (char *) realloc(literalbuf, literalalloc);
1339 if ((literallen+1) >= literalalloc)
1341 literalalloc *= 2;
1545 literalalloc = 128;
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Dpgc.l44 static int literalalloc; /* current allocated buffer size */ variable
1310 literalalloc = 1024;
1311 literalbuf = (char *) malloc(literalalloc);
1322 if ((literallen+yleng) >= literalalloc)
1325 literalalloc *= 2;
1326 while ((literallen+yleng) >= literalalloc);
1327 literalbuf = (char *) realloc(literalbuf, literalalloc);
1339 if ((literallen+1) >= literalalloc)
1341 literalalloc *= 2;
1545 literalalloc = 128;
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Dpgc.l46 static int literalalloc; /* current allocated buffer size */ variable
1313 literalalloc = 1024;
1314 literalbuf = (char *) malloc(literalalloc);
1325 if ((literallen+yleng) >= literalalloc)
1328 literalalloc *= 2;
1329 while ((literallen+yleng) >= literalalloc);
1330 literalbuf = (char *) realloc(literalbuf, literalalloc);
1342 if ((literallen+1) >= literalalloc)
1344 literalalloc *= 2;
1548 literalalloc = 128;
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Dpgc.l44 static int literalalloc; /* current allocated buffer size */ variable
1310 literalalloc = 1024;
1311 literalbuf = (char *) malloc(literalalloc);
1322 if ((literallen+yleng) >= literalalloc)
1325 literalalloc *= 2;
1326 while ((literallen+yleng) >= literalalloc);
1327 literalbuf = (char *) realloc(literalbuf, literalalloc);
1339 if ((literallen+1) >= literalalloc)
1341 literalalloc *= 2;
1545 literalalloc = 128;
[all …]

12345678910