Searched defs:ai (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 8194 int *ai; /* Used when p4type is P4_INTARRAY */ member in union:VdbeOp::__anon412 62970 } ai; member in union:vdbeExecUnion [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | crypt_blowfish.c | 862 BF_key ae, ai, ye, yi; local 863 BF_set_key(k, ae, ai, 2); /* $2a$ */ 865 ai[0] ^= 0x10000; /* undo the safety (for comparison) */ 866 ok = ok && ai[0] == 0xdb9c59bc && ye[17] == 0x33343500 && 868 !memcmp(ai, yi, sizeof(ai));
|
| /PHP_TRUNK/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_to_soap.c | 88 struct array_info* ai = NULL; local 90 ai = (struct array_info*)calloc(1, sizeof(struct array_info)); 91 if (ai) { 98 strcpy(ai->kids_type, buf); 101 return ai; 373 struct array_info* ai = NULL; local 382 ai = parse_array_type_info(arrayType); /* alloc'ed ai free'd below. */ 397 xml_element_to_SOAP_REQUEST_worker(request, NULL, ai, xCurrent, iter, depth); 403 xml_element_to_SOAP_REQUEST_worker(request, xCurrent, ai, xNex [all...] |
| /PHP_TRUNK/main/ |
| H A D | mergesort.c | 338 u_char *ai, *s, *t, *u, tmp; local 341 for (ai = a+size; --n >= 1; ai += size) 342 for (t = ai; t > a; t -= size) {
|
Completed in 121 milliseconds