Searched defs:balance (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddttreeset.c53 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 Dsearch.c380 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 Dsearch.c268 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 Dlex.c97 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 Dbtree.c2144 #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 Dns_reads.c5760 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