Searched defs:on (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 5130 static const char* on[] = { "NONE", "EXACT", "EXACT_BM", "EXACT_BM_NOT_REV", local 5133 fprintf(f, "optimize: %s\n", on[reg->optimize]);
|
| /PHP_TRUNK/sapi/cgi/ |
| H A D | fastcgi.c | 492 * This avoids security issues on shared hosts where a luser messes 671 /* Create, bind socket and start listen on it */ 920 BOOL on = 1; local 922 int on = 1; 925 setsockopt(req->fd, IPPROTO_TCP, TCP_NODELAY, (char*)&on, sizeof(on));
|
| /PHP_TRUNK/ext/pdo_mysql/ |
| H A D | mysql_statement.c | 208 my_bool on = 1; local 209 mysql_stmt_attr_set(S->stmt, STMT_ATTR_UPDATE_MAX_LENGTH, &on); 671 /* fetch all on demand, this seems easiest
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.c | 211 /* 2.0.2: alpha blending is now on by default, and saving of alpha is 213 * on the first try in JPEGs -- quite important -- and also allows 298 * on colour conversion to/from RBG and HWB colour systems. 336 * RGB are each on [0, 1]. W and B are returned on [0, 1] and H is 337 * returned on [0, 6]. Exception: H is returned UNDEFINED if W == 1 - B. 395 * H is given on [0, 6] or UNDEFINED. W and B are given on [0, 1]. 396 * RGB are each returned on [0, 1]. 658 * know to be from (0,0) to (SX,SY)), adjust the endpoints to be on 1404 int on = 1; local 1517 int on = *onP; local [all...] |
Completed in 17 milliseconds