Searched defs:balance (Results 1 - 6 of 6) sorted by relevance
| /osnet-11/usr/src/lib/libast/common/cdt/ |
| H A D | dttreeset.c | 53 int dttreeset(Dt_t* dt, int minp, int balance) argument 55 int dttreeset(dt, minp, balance) 58 int balance; 79 if(balance)
|
| /osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | search.c | 380 int balance, escape; local 382 balance = 1; 384 while ( *s && balance ) { 387 balance++; 389 balance--; 395 if ( balance ) 443 int parens, balance, escape; local 516 balance = 1; 519 while ( *next && balance ) { 522 balance [all...] |
| /osnet-11/usr/src/lib/libldap4/common/ |
| H A D | search.c | 268 int balance, escape; local 270 balance = 1; 272 while (*s && balance) { 275 balance++; 277 balance--; 283 if (balance) 334 int parens, balance, escape; local 424 balance = 1; 427 while (*next && balance) { 430 balance [all...] |
| /osnet-11/usr/src/lib/libshell/common/sh/ |
| H A D | lex.c | 97 char balance; member in struct:lexdata 282 lp->lexd.noarg = lp->lexd.level= lp->lexd.dolparen = lp->lexd.balance = 0; 438 lp->lexd.balance = c; 447 lp->lexd.balance = c; 1280 lp->lexd.balance = 0; 1285 lp->lexd.balance = 0; 1299 if(lp->lexd.balance) 1301 sfputc(stkp,lp->lexd.balance); 1302 lp->lexd.balance = 0;
|
| /osnet-11/usr/src/lib/libsqlite/src/ |
| H A D | btree.c | 2144 #define NB (NN*2+1) /* Total pages involved in the balance */ 2186 static int balance(Btree *pBt, MemPage *pPage, BtCursor *pCur){ function 2566 ** balance the parent page. 2568 rc = balance(pBt, pParent, pCur); 2674 rc = balance(pCur->pBt, pPage, pCur); 2751 rc = balance(pBt, pPage, pCur); 2755 rc = balance(pBt, leafCur.pPage, pCur); 2770 rc = balance(pBt, pPage, pCur);
|
| /osnet-11/usr/src/lib/libsldap/common/ |
| H A D | ns_reads.c | 5760 int balance, escape; local 5762 balance = 1; 5764 while (*s && balance) { 5767 balance++; 5769 balance--; 5775 if (balance) 5811 int parens, balance, escape; local 5867 balance = 1; 5870 while (*next && balance) { 5873 balance [all...] |
Completed in 74 milliseconds