Searched refs:ft (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_4/ext/ |
| H A D | ext_skel | 176 // vim:ft=javascript
|
| /PHP_5_4/ext/gd/libgd/ |
| H A D | gd.h | 668 int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset);
|
| H A D | gd_compat.h | 37 int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset);
|
| /PHP_5_4/ext/soap/ |
| H A D | php_soap.h | 87 HashTable *ft; member in struct:_soapService::_soap_functions
|
| H A D | soap.c | 1193 service->soap_functions.ft = emalloc(sizeof(HashTable)); 1194 zend_hash_init(service->soap_functions.ft, 0, NULL, ZVAL_PTR_DTOR, 0); 1330 HashTable *ft = NULL; local 1342 ft = &(Z_OBJCE_P(service->soap_object)->function_table); 1344 ft = &service->soap_class.ce->function_table; 1346 ft = EG(function_table); 1347 } else if (service->soap_functions.ft != NULL) { 1351 zend_hash_internal_pointer_reset_ex(service->soap_functions.ft, &pos); 1352 while (zend_hash_get_current_data_ex(service->soap_functions.ft, (void **)&name, &pos) != FAILURE) { 1354 zend_hash_move_forward_ex(service->soap_functions.ft, [all...] |
| /PHP_5_4/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_5_4/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_5_4/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_5_4/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 34143 FILETIME ft; local [all...] |
Completed in 165 milliseconds