--------------------------------------------------------------------------- | Facility : libnform | Function : char *field_buffer(const FIELD *field,int buffer) | | Description : Return the address of the buffer for the field. | | Return Values : Pointer to buffer or NULL if arguments were invalid. +----------------------------------------------------------------------
| 3873 | } |
| 3874 | |
| 3875 | if (buffer==0) |
| 3876 | { |
| 3877 | int syncres; |
| 3878 | if (((syncres=Synchronize_Field( field ))!=E_OK) && |
| 3879 | (res==E_OK)) |
| 3880 | res = syncres; |
| 3881 | if (((syncres=Synchronize_Linked_Fields(field ))!=E_OK) && |
| 3882 | (res==E_OK)) |
| 3883 | res = syncres; |
| 3884 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…