Searched refs:ft (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/ext/ |
| H A D | ext_skel | 176 // vim:ft=javascript
|
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 34143 FILETIME ft; local [all...] |
| /PHP_TRUNK/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 311 FILE *ft = fopen(tn, "wb+"); local 313 if (fp && ft && fe) { 351 fputs(line, ft); 360 fclose(ft);
|
| /PHP_TRUNK/win32/ |
| H A D | time.c | 50 FILETIME ft; local 57 timefunc(&ft); 59 GetSystemTimeAsFileTime(&ft); 67 fft.HighPart = ft.dwHighDateTime; 68 fft.LowPart = ft.dwLowDateTime;
|
| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zip_close.c | 356 FILE *ft) 369 offstart = ftello(ft); 371 if (_zip_dirent_write(de, ft, 1, &za->error) < 0) 400 offdata = ftello(ft); 402 ret = copy_source(za, s2, ft); 418 offend = ftello(ft); 420 if (fseeko(ft, offstart, SEEK_SET) < 0) { 434 if (_zip_dirent_write(de, ft, 1, &za->error) < 0) 437 if (fseeko(ft, offend, SEEK_SET) < 0) { 449 copy_data(FILE *fs, off_t len, FILE *ft, struc 351 add_data(struct zip *za, struct zip_source *src, struct zip_dirent *de, FILE *ft) argument 444 copy_data(FILE *fs, off_t len, FILE *ft, struct zip_error *error) argument 477 copy_source(struct zip *za, struct zip_source *src, FILE *ft) argument [all...] |
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.h | 788 int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset);
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_soap.h | 87 HashTable *ft; member in struct:_soapService::_soap_functions
|
| H A D | soap.c | 1199 service->soap_functions.ft = emalloc(sizeof(HashTable)); 1200 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); 1336 HashTable *ft = NULL; local 1348 ft = &(Z_OBJCE_P(service->soap_object)->function_table); 1350 ft = &service->soap_class.ce->function_table; 1352 ft = EG(function_table); 1353 } else if (service->soap_functions.ft != NULL) { 1357 zend_hash_internal_pointer_reset_ex(service->soap_functions.ft, &pos); 1358 while (zend_hash_get_current_data_ex(service->soap_functions.ft, (void **)&name, &pos) != FAILURE) { 1360 zend_hash_move_forward_ex(service->soap_functions.ft, [all...] |
Completed in 126 milliseconds